aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-01-20 23:00:41 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-01-20 23:00:41 +0100
commitad0052b7326bac44bb316f158196f480e1dd6251 (patch)
tree77a63fa0c1c02e9a2229922e5b56fb62657eda02
parent[BROKEN] Work on adding hash tables. (diff)
downloadcalp-ad0052b7326bac44bb316f158196f480e1dd6251.tar.gz
calp-ad0052b7326bac44bb316f158196f480e1dd6251.tar.xz
Set SAFE_STR in makefile.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 439b496b..9b8281fe 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
CC := gcc
LEX := flex
-CFLAGS = -Wall -ggdb
+CFLAGS = -Wall -DSAFE_STR -ggdb
#LFLAGS =
#LDFLAGS =