From 2b7521576b3f2576f24e41a289eaeacea0b15791 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Mon, 15 Dec 2014 01:30:58 +0100 Subject: Makefile: disable debugging details --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1