configure: Clarify --enable-debug-assertions status message

This commit is contained in:
Brian Anderson 2015-04-08 13:31:26 -07:00
parent 8545d2ce53
commit 1b34f0aef0
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ endif
CFG_JEMALLOC_FLAGS += $(JEMALLOC_FLAGS)
ifdef CFG_ENABLE_DEBUG_ASSERTIONS
$(info cfg: enabling more debugging (CFG_ENABLE_DEBUG_ASSERTIONS))
$(info cfg: enabling debug assertions (CFG_ENABLE_DEBUG_ASSERTIONS))
CFG_RUSTC_FLAGS += --cfg debug -C debug-assertions=on
else
CFG_RUSTC_FLAGS += --cfg ndebug