projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89b30ef
)
Don't garbage-collect sections.
author
Andre Noll
<maan@systemlinux.org>
Fri, 23 Nov 2007 17:15:52 +0000
(18:15 +0100)
committer
Andre Noll
<maan@systemlinux.org>
Fri, 23 Nov 2007 17:15:52 +0000
(18:15 +0100)
This does not work on Solaris, NetBSD and MacOS. Leave it in as
a comment though.
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
6b76b07
..
5c76ff0
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-26,7
+26,8
@@
DEBUG_CPPFLAGS += -Wredundant-decls
# many warnings about trivial stuff
# CPPFLAGS += -Wconversion
-LDFLAGS += -Wl,--gc-sections
+# uncomment this if your compiler supports it
+# LDFLAGS += -Wl,--gc-sections
CPPFLAGS += -Os
CPPFLAGS += -Wall