summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2014-12-15 01:30:58 +0100
committerPeter Wu <peter@lekensteyn.nl>2014-12-15 01:30:58 +0100
commit2b7521576b3f2576f24e41a289eaeacea0b15791 (patch)
tree2ea628de86389b77b8ea5b5633315d8c16ad6a39 /Makefile
parent4cc4c75708811d8ef54edd2384b14d00b736c874 (diff)
downloadt650-dfu-2b7521576b3f2576f24e41a289eaeacea0b15791.tar.gz
Makefile: disable debugging details
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