Codebase list xmobar / 62108a7
Pass --as-needed to ld Apollon Oikonomopoulos 10 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
33
44 DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
55
6 CONFIGURE_OPTS = --ghc-options="-optl -Wl,-z,relro"
6 CONFIGURE_OPTS = --ghc-options="-optl -Wl,-z,relro -optl -Wl,--as-needed"
77
88 ifeq ($(DEB_HOST_ARCH_OS),linux)
99 CONFIGURE_OPTS += --flags="with_xft with_inotify with_iwlib with_mpris with_dbus"