aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index a17f3b1d0b..22056f7b18 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -293,7 +293,7 @@ endif
# If DISABLE_ASSERTIONS=1 is specified (make command line or configured),
# then disable assertions by defining the appropriate preprocessor symbols.
ifdef DISABLE_ASSERTIONS
- BuildMode := $(BuildMode)-Asserts
+ BuildMode := $(BuildMode)-NoAsserts
CPP.Defines += -DNDEBUG
else
CPP.Defines += -D_DEBUG