wok-6.x rev 17661

Fix: reduce transmission* binary size
author Alexander Medvedev <devl547@gmail.com>
date Sun Feb 15 11:48:29 2015 +0000 (2015-02-15)
parents 13de11f10fb3
children 7c891860d341
files transmission/receipt
line diff
     1.1 --- a/transmission/receipt	Sun Feb 15 11:36:02 2015 +0000
     1.2 +++ b/transmission/receipt	Sun Feb 15 11:48:29 2015 +0000
     1.3 @@ -22,6 +22,8 @@
     1.4  {
     1.5  	cd $src
     1.6  	touch third-party/miniupnp/VERSION
     1.7 +	CFLAGS="$CFLAGS -fdata-sections -ffunction-sections \
     1.8 +	-Wl,--gc-sections"
     1.9  	./configure \
    1.10  		--prefix=/usr \
    1.11  		--enable-lightweight \