# HG changeset patch # User Alexander Medvedev # Date 1424000909 0 # Node ID 171e47918ca4162f5dec78fb6894a0011ecc4ee7 # Parent 13de11f10fb30109afff209e7ef29062265c094e Fix: reduce transmission* binary size diff -r 13de11f10fb3 -r 171e47918ca4 transmission/receipt --- a/transmission/receipt Sun Feb 15 11:36:02 2015 +0000 +++ b/transmission/receipt Sun Feb 15 11:48:29 2015 +0000 @@ -22,6 +22,8 @@ { cd $src touch third-party/miniupnp/VERSION + CFLAGS="$CFLAGS -fdata-sections -ffunction-sections \ + -Wl,--gc-sections" ./configure \ --prefix=/usr \ --enable-lightweight \