projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa8b30e
)
Removed -s LDFLAG to get usefull backtraces.
author
Daniel Carl
<danielcarl@gmx.de>
Fri, 20 Dec 2013 23:50:51 +0000
(
00:50
+0100)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/config.mk
b/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