diff options
| author | Brian Anderson <banderson@mozilla.com> | 2015-01-07 13:33:22 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2015-01-07 13:33:22 -0800 |
| commit | 4a041170d13140c9e677e2160739d32ef623a049 (patch) | |
| tree | 607345185ef8f27fedf811ccc7d9962a5a388b52 | |
| parent | 9f1ead8fadc56bad30dc74f5cc50d78af4fbc972 (diff) | |
| download | rust-4a041170d13140c9e677e2160739d32ef623a049.tar.gz rust-4a041170d13140c9e677e2160739d32ef623a049.zip | |
mk: Remove RUST_NDEBUG and RUST_DEBUG defines. Unused
| -rw-r--r-- | mk/main.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mk/main.mk b/mk/main.mk index a97e68af59b..5bf610ad5df 100644 --- a/mk/main.mk +++ b/mk/main.mk @@ -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 |
