From 295c14126da50e77a14fe075b71d885a7b469b4a Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 23 Nov 2007 18:15:52 +0100 Subject: [PATCH] Don't garbage-collect sections. This does not work on Solaris, NetBSD and MacOS. Leave it in as a comment though. --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 6b76b075..5c76ff0e 100644 --- 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 -- 2.39.2