Skip to content

Commit dcc5c3b

Browse files
committed
auto merge of #18554 : sfackler/rust/jemalloc-fix, r=thestinger
2 parents b87619e + 711a955 commit dcc5c3b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mk/main.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ endif
100100
CFG_RUSTC_FLAGS := $(RUSTFLAGS)
101101
CFG_GCCISH_CFLAGS :=
102102
CFG_GCCISH_LINK_FLAGS :=
103-
CFG_JEMALLOC_FLAGS :=
103+
104+
# Turn off broken quarantine (see jemalloc/jemalloc#161)
105+
CFG_JEMALLOC_FLAGS := --disable-fill
104106

105107
ifdef CFG_DISABLE_OPTIMIZE
106108
$(info cfg: disabling rustc optimization (CFG_DISABLE_OPTIMIZE))

0 commit comments

Comments
 (0)