summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index acd519f1..dbee27f7 100644
--- a/Makefile
+++ b/Makefile
@@ -176,7 +176,7 @@ ifneq ($(filter-out 0,${DEBUG})$(filter-out 0,${TEST_PRINT}),)
CFLAGS += -DVBOOT_DEBUG
endif
-ifeq ($(filter-out 0,${DISABLE_NDEBUG}),)
+ifneq ($(filter-out 0,${NDEBUG}),)
CFLAGS += -DNDEBUG
endif