aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-04 18:23:51 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-05 18:16:17 +0100
commit14b33ae9c00f74a24a00aaece88b22af0955379e (patch)
treecee997634ecb0977e8f63fadfd6d00fdfdf89439 /Makefile
parentNormalize and improve INIT & FREE macros. (diff)
downloadcalp-14b33ae9c00f74a24a00aaece88b22af0955379e.tar.gz
calp-14b33ae9c00f74a24a00aaece88b22af0955379e.tar.xz
Fix most memmory errors.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 57e78210..f8e07e8a 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CC := gcc
OBJDIR = obj
-CPPFLAGS = -DSAFE_STR -DSAFE_HASH
+CPPFLAGS = -DSAFE_STR # -DSAFE_HASH
CFLAGS = $(CPPFLAGS) \
-std=gnu99 -Wall -Wextra -pedantic \
-ggdb -fPIC \