mirror of https://github.com/rust-lang/rust.git
mk: Remove RUST_NDEBUG and RUST_DEBUG defines. Unused
This commit is contained in:
parent
9f1ead8fad
commit
4a041170d1
|
@ -121,11 +121,9 @@ CFG_JEMALLOC_FLAGS += $(JEMALLOC_FLAGS)
|
|||
|
||||
ifdef CFG_DISABLE_DEBUG
|
||||
CFG_RUSTC_FLAGS += --cfg ndebug
|
||||
CFG_GCCISH_CFLAGS += -DRUST_NDEBUG
|
||||
else
|
||||
$(info cfg: enabling more debugging (CFG_ENABLE_DEBUG))
|
||||
CFG_RUSTC_FLAGS += --cfg debug
|
||||
CFG_GCCISH_CFLAGS += -DRUST_DEBUG
|
||||
endif
|
||||
|
||||
ifdef SAVE_TEMPS
|
||||
|
|
Loading…
Reference in New Issue