summaryrefslogtreecommitdiff
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 c920641..5312e48 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ ifeq ($(DEBUG),)
CPPFLAGS += -g3 -gdwarf-2 -O3 -DNDEBUG
LDFLAGS += -g3 -gdwarf-2
else
-CPPFLAGS += -g3 -gdwarf-2 -DDEBUG -DEV_VERIFY=3
+CPPFLAGS += -g3 -gdwarf-2 -D_DEBUG -DEV_VERIFY=3
LDFLAGS += -g3 -gdwarf-2
endif