aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-05-30 18:00:00 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-05-30 18:00:00 -0700
commitc847980757da48dd58527bcd9d5ef444eeab80b8 (patch)
treedca788c4ec9cb01e65f40f7432485ff32c817cce /Makefile
parentf4d9510cbff552fd988ab8315d3d8e0d154b1eab (diff)
Finally got everything working with a refactor to use hash lookups
everywhere
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 47d1795..22fb6af 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
PREFIX=
CC=cc
-CFLAGS=-O0 -std=gnu99 -Wall -Wpedantic -Weverything -Wno-missing-field-initializers -Wno-padded -Wno-missing-noreturn -Wno-cast-qual
+CFLAGS=-O0 -std=gnu99 -Wall -Wpedantic -Weverything -Wno-missing-field-initializers -Wno-padded -Wno-missing-noreturn -Wno-cast-qual \
+-fsanitize=address -fno-omit-frame-pointer
LIBS=
NAME=bb
G=-g