From c847980757da48dd58527bcd9d5ef444eeab80b8 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 30 May 2019 18:00:00 -0700 Subject: Finally got everything working with a refactor to use hash lookups everywhere --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3