about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-04-08 13:31:26 -0700
committerBrian Anderson <banderson@mozilla.com>2015-04-08 13:31:26 -0700
commit1b34f0aef0a843f4e5aa8b2d457162f9d58f52d8 (patch)
treeb995b2d1f4719de0aa416fdd2f0ddbffe4d509c5
parent8545d2ce5358b7b04d8be4531cf8b0ffb9a2e794 (diff)
downloadrust-1b34f0aef0a843f4e5aa8b2d457162f9d58f52d8.tar.gz
rust-1b34f0aef0a843f4e5aa8b2d457162f9d58f52d8.zip
configure: Clarify --enable-debug-assertions status message
-rw-r--r--mk/main.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/main.mk b/mk/main.mk
index 0c80c3f84f0..98b9dda1251 100644
--- a/mk/main.mk
+++ b/mk/main.mk
@@ -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