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 8ce4608f..e24c4aaa 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CC := gcc
OBJDIR = obj
-CPPFLAGS = -DSAFE_STR # -DSAFE_HASH
+# CPPFLAGS =
CFLAGS = $(CPPFLAGS) \
-std=gnu11 -Wall -Wextra \
-ggdb -fPIC \