Skip to content

Commit fbc10c3

Browse files
committed
configure: have --enable-debug set -C debug-assertions=on so debug!() works again
1 parent 698c100 commit fbc10c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/main.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ ifdef CFG_DISABLE_DEBUG
130130
CFG_RUSTC_FLAGS += --cfg ndebug
131131
else
132132
$(info cfg: enabling more debugging (CFG_ENABLE_DEBUG))
133-
CFG_RUSTC_FLAGS += --cfg debug
133+
CFG_RUSTC_FLAGS += --cfg debug -C debug-assertions=on
134134
endif
135135

136136
ifdef SAVE_TEMPS

0 commit comments

Comments
 (0)