Skip to content

Commit a6bf767

Browse files
committed
rollup merge of #20716: brson/RUST_DEBUG
2 parents 4373db6 + 4a04117 commit a6bf767

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
@@ -123,11 +123,9 @@ CFG_JEMALLOC_FLAGS += $(JEMALLOC_FLAGS)
123123

124124
ifdef CFG_DISABLE_DEBUG
125125
CFG_RUSTC_FLAGS += --cfg ndebug
126-
CFG_GCCISH_CFLAGS += -DRUST_NDEBUG
127126
else
128127
$(info cfg: enabling more debugging (CFG_ENABLE_DEBUG))
129128
CFG_RUSTC_FLAGS += --cfg debug
130-
CFG_GCCISH_CFLAGS += -DRUST_DEBUG
131129
endif
132130

133131
ifdef SAVE_TEMPS

0 commit comments

Comments
 (0)