Removed -s LDFLAG to get usefull backtraces.
authorDaniel Carl <danielcarl@gmx.de>
Fri, 20 Dec 2013 23:50:51 +0000 (00:50 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Fri, 20 Dec 2013 23:50:51 +0000 (00:50 +0100)
This flag should be set by packagers if a small binary is the target.

config.mk

index d445766..03f0c7c 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -42,7 +42,7 @@ CFLAGS  += $(shell pkg-config --cflags $(LIBS))
 CFLAGS  += -Wall -pipe -ansi -std=c99 -pedantic
 CFLAGS  += -Wmissing-declarations -Wmissing-parameter-type -Wno-overlength-strings
 CFLAGS  += ${CPPFLAGS}
-LDFLAGS += -s ${LIBFLAGS}
+LDFLAGS += ${LIBFLAGS}
 
 # compiler flags for the debug target
 DFLAGS   += $(CFLAGS) -DDEBUG -ggdb -g