diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-05-30 18:00:00 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-05-30 18:00:00 -0700 |
| commit | c847980757da48dd58527bcd9d5ef444eeab80b8 (patch) | |
| tree | dca788c4ec9cb01e65f40f7432485ff32c817cce /Makefile | |
| parent | f4d9510cbff552fd988ab8315d3d8e0d154b1eab (diff) | |
Finally got everything working with a refactor to use hash lookups
everywhere
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
