spectrwm/linux
Andrea Bolognani ac945112ba linux: Use --as-needed when linking
Using this flag will cause the linker to ignore any libraries
that have been listed on the command line but whose symbols are
not actually used.

Right now, it just gets rid of the unnecessary linking against
xcb-render (see https://bugs.debian.org/829709), but it might
catch missing dependencies in the future, and it will generally
keep the resulting binaries nice and tidy.

Ubuntu and Arch are both using --as-needed by default already,
and other distributions will probably switch at some point.
2016-07-05 16:40:48 +02:00
..
linux.c kill cvs tags 2011-10-25 15:54:39 -05:00
Makefile linux: Use --as-needed when linking 2016-07-05 16:40:48 +02:00
spectrwm.desktop Remove path from Linux spectrwm.desktop. 2013-01-08 05:36:06 +08:00
tree.h Improve the bind[] option to accept pointer buttons. 2015-05-22 08:41:30 +08:00
util.h Improve stacking for windows with multiple transients. 2014-03-12 10:02:04 +08:00