Add verbose flag to jemalloc build arguments

This commit is contained in:
Erèbe - Romain Gerard
2026-01-31 17:27:54 +01:00
committed by GitHub
parent 78bd374271
commit 03e229805c
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
- name: Linux aarch64
target: aarch64-unknown-linux-musl
build-args: "--release --features=jemalloc"
build-args: "--release --features=jemalloc -vv"
JEMALLOC_SYS_WITH_LG_PAGE: "16"
- name: Linux armv7hf