2010-03-26 16:29:28 +02:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
|
|
|
@@ -113,7 +113,7 @@ LD = $(CROSS_COMPILE)gcc
|
2009-08-24 23:16:07 +03:00
|
|
|
AR = $(CROSS_COMPILE)ar
|
|
|
|
RANLIB = $(CROSS_COMPILE)ranlib
|
|
|
|
|
|
|
|
-CFLAGS = -g -Wall -pipe -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
|
|
|
|
+CFLAGS = -Wall -pipe -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
|
|
|
|
WARNINGS = -Wstrict-prototypes -Wsign-compare -Wshadow \
|
|
|
|
-Wchar-subscripts -Wmissing-declarations -Wnested-externs \
|
|
|
|
-Wpointer-arith -Wcast-align -Wsign-compare -Wmissing-prototypes
|
2010-03-26 16:29:28 +02:00
|
|
|
@@ -130,7 +130,7 @@ endif
|
2009-08-24 23:16:07 +03:00
|
|
|
|
|
|
|
# if DEBUG is enabled, then we do not strip
|
|
|
|
ifeq ($(strip $(DEBUG)),true)
|
|
|
|
- CFLAGS += -DDEBUG
|
|
|
|
+ CFLAGS += -g -DDEBUG
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(strip $(USE_GCOV)),true)
|