aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 896ce0e..9e9f04b 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,6 @@ ifeq ($(BUILD_TYPE), dbg)
CFLAGS += -DDEBUG
else
CMAKE_BUILD_TYPE = Release
- CFLAGS += -DNDEBUG
endif
ifeq ($(VERBOSE),)