Skip to content

Commit 4a04117

Browse files
committed
mk: Remove RUST_NDEBUG and RUST_DEBUG defines. Unused
1 parent 9f1ead8 commit 4a04117

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mk/main.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,9 @@ CFG_JEMALLOC_FLAGS += $(JEMALLOC_FLAGS)
121121

122122
ifdef CFG_DISABLE_DEBUG
123123
CFG_RUSTC_FLAGS += --cfg ndebug
124-
CFG_GCCISH_CFLAGS += -DRUST_NDEBUG
125124
else
126125
$(info cfg: enabling more debugging (CFG_ENABLE_DEBUG))
127126
CFG_RUSTC_FLAGS += --cfg debug
128-
CFG_GCCISH_CFLAGS += -DRUST_DEBUG
129127
endif
130128

131129
ifdef SAVE_TEMPS

0 commit comments

Comments
 (0)