diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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=address,undefined +CFLAGS_1 = -O0 -g3 -fsanitize=undefined CFLAGS_2 = -O2 -g3 -DNDEBUG LDFLAGS_0 = -s -LDFLAGS_1 = -g3 # -fsanitize=address,undefined +LDFLAGS_1 = -g3 -fsanitize=undefined LDFLAGS_2 = -O2 -g3 PREFIX ?= ${HOME}/.local |
