Skip to content

Commit 1b34f0a

Browse files
committed
configure: Clarify --enable-debug-assertions status message
1 parent 8545d2c commit 1b34f0a

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
@@ -127,7 +127,7 @@ endif
127127
CFG_JEMALLOC_FLAGS += $(JEMALLOC_FLAGS)
128128

129129
ifdef CFG_ENABLE_DEBUG_ASSERTIONS
130-
$(info cfg: enabling more debugging (CFG_ENABLE_DEBUG_ASSERTIONS))
130+
$(info cfg: enabling debug assertions (CFG_ENABLE_DEBUG_ASSERTIONS))
131131
CFG_RUSTC_FLAGS += --cfg debug -C debug-assertions=on
132132
else
133133
CFG_RUSTC_FLAGS += --cfg ndebug

0 commit comments

Comments
 (0)