From bd9ce748fa3cbc0c442dbfe94f2f0e9711dcc56b Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Sat, 21 Dec 2013 00:50:51 +0100
Subject: [PATCH] Removed -s LDFLAG to get usefull backtraces.

This flag should be set by packagers if a small binary is the target.
---
 config.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk
index d445766..03f0c7c 100644
--- 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
-- 
2.20.1