Code

Makefile.am: added custom rule with -fwhole-program
authorMax Kellermann <max@duempel.org>
Fri, 7 Nov 2008 12:42:31 +0000 (13:42 +0100)
committerMax Kellermann <max@duempel.org>
Fri, 7 Nov 2008 12:42:31 +0000 (13:42 +0100)
commitb2617354f437ac905057f521b47b8be6c3addcd1
tree0f468e9782d88a1c98212224a6f11e8122e812c6
parent9f05576990bca5fc8aeebe2fd84a11d78d87f72a
Makefile.am: added custom rule with -fwhole-program

To make the ncmpc binary even smaller, you can compile all sources at
once with "--combine -fwhole-program".  Unfortunately, automake does
not support this mode.  For further experiments, this patch adds a
custom rule which creates the binary named "ncmpc-tiny" this way.
Makefile.am
src/Makefile.am