Skip to content

Commit

Permalink
auto merge of rust-lang#18554 : sfackler/rust/jemalloc-fix, r=thestinger
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Nov 3, 2014
2 parents b87619e + 711a955 commit dcc5c3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mk/main.mk
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ endif
CFG_RUSTC_FLAGS := $(RUSTFLAGS)
CFG_GCCISH_CFLAGS :=
CFG_GCCISH_LINK_FLAGS :=
CFG_JEMALLOC_FLAGS :=

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

ifdef CFG_DISABLE_OPTIMIZE
$(info cfg: disabling rustc optimization (CFG_DISABLE_OPTIMIZE))
Expand Down

0 comments on commit dcc5c3b

Please sign in to comment.