Skip to content

Commit 08efcee

Browse files
committed
jemalloc: quarantine is fixed
1 parent 31ed718 commit 08efcee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mk/main.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ CFG_RUSTC_FLAGS := $(RUSTFLAGS)
111111
CFG_GCCISH_CFLAGS :=
112112
CFG_GCCISH_LINK_FLAGS :=
113113

114-
# Turn off broken quarantine (see jemalloc/jemalloc#161)
115-
CFG_JEMALLOC_FLAGS := --disable-fill
114+
CFG_JEMALLOC_FLAGS :=
116115

117116
ifdef CFG_DISABLE_OPTIMIZE
118117
$(info cfg: disabling rustc optimization (CFG_DISABLE_OPTIMIZE))

0 commit comments

Comments
 (0)