aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 80eda20..097c430 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ LFLAGS = -Wl,-t -lcrypto
DEBUG ?= 0
ifneq ($(DEBUG), 0)
- CFLAGS += -g -Og
+ CFLAGS += -g -Og -DENABLE_ASSERTIONS=1
else
CFLAGS += -O2
endif