summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1513859..7ddacb5 100644
--- a/Makefile
+++ b/Makefile
@@ -10,10 +10,10 @@ OBJ != find -type f -name '*.c' | sed 's/\.c$$/.o/'
DEBUG = 0
CFLAGS_0 = -O2 -DNDEBUG
-CFLAGS_1 = -O0 -g3 -fsanitize=undefined
+CFLAGS_1 = -O0 -g3 -fsanitize=undefined#,address
CFLAGS_2 = -O2 -g3 -DNDEBUG
LDFLAGS_0 = -s
-LDFLAGS_1 = -g3 -fsanitize=undefined
+LDFLAGS_1 = -g3 -fsanitize=undefined#,address
LDFLAGS_2 = -O2 -g3
PREFIX ?= ${HOME}/.local