mirror of https://github.com/rust-lang/rust.git
Work around jemalloc/jemalloc#161
This commit is contained in:
parent
0c1268451b
commit
711a955e0c
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue