summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 35f784d..13df5c0 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# GCC before 5 has a bug with -Wmissing-field-initializers
#CC ?= clang
WFLAGS ?= -Wall -Wextra
-CFLAGS ?= -I../lib -ggdb3 -fsanitize=undefined -fsanitize=address
+CFLAGS ?= -I../lib -g
LDFLAGS ?= -L../lib -lltunify
fw-update: fw-update.c ../lib/libltunify.a