rollup merge of #20716: brson/RUST_DEBUG

This commit is contained in:
Alex Crichton 2015-01-07 17:18:08 -08:00
commit a6bf7676a5
1 changed files with 0 additions and 2 deletions

View File

@ -123,11 +123,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