configure: have --enable-debug set -C debug-assertions=on so debug!()
works again
This commit is contained in:
parent
698c1008d6
commit
fbc10c3851
@ -130,7 +130,7 @@ ifdef CFG_DISABLE_DEBUG
|
||||
CFG_RUSTC_FLAGS += --cfg ndebug
|
||||
else
|
||||
$(info cfg: enabling more debugging (CFG_ENABLE_DEBUG))
|
||||
CFG_RUSTC_FLAGS += --cfg debug
|
||||
CFG_RUSTC_FLAGS += --cfg debug -C debug-assertions=on
|
||||
endif
|
||||
|
||||
ifdef SAVE_TEMPS
|
||||
|
Loading…
Reference in New Issue
Block a user