summaryrefslogtreecommitdiff
blob: 194eb473577c14669f048e3cb5a6ed4b4d601c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/Makefile
+++ b/Makefile
@@ -84,8 +84,7 @@
 endif
 
 ifeq ($(DEBUG),yes)
-CFLAGS+=-D_DEBUG -ggdb
-LDFLAGS+=-g
+CFLAGS+=-D_DEBUG
 endif
 
 ifeq ($(ARM),yes)