]> git.sur5r.net Git - i3/i3/commitdiff
LDFLAGS: add -Wl,--as-needed. reduces .so dependencies
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 1 Aug 2011 14:13:38 +0000 (16:13 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 1 Aug 2011 14:13:38 +0000 (16:13 +0200)
Let’s see if that works on all systems :)

common.mk

index d7c0c5ac7f8e6ba75be20c9bb62cc78f56ab4292..05b106111012c2b9c51fe238b178fb19a51e11cb 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -71,6 +71,8 @@ LIBS += $(call ldflags_for_lib, x11, X11)
 LIBS += $(call ldflags_for_lib, yajl, yajl)
 LIBS += $(call ldflags_for_lib, libev, ev)
 
+LDFLAGS += -Wl,--as-needed
+
 ifeq ($(UNAME),NetBSD)
 # We need -idirafter instead of -I to prefer the system’s iconv over GNU libiconv
 CFLAGS += -idirafter /usr/pkg/include