mk: Remove RUST_NDEBUG and RUST_DEBUG defines. Unused

This commit is contained in:
Brian Anderson 2015-01-07 13:33:22 -08:00
parent 9f1ead8fad
commit 4a041170d1
1 changed files with 0 additions and 2 deletions

View File

@ -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