Author: moeller Date: 2014-08-15 11:45:03 +0000 (Fri, 15 Aug 2014) New Revision: 17743
Modified: trunk/packages/autodocksuite/trunk/debian/changelog trunk/packages/autodocksuite/trunk/debian/rules Log: Added Link Time Optimization Modified: trunk/packages/autodocksuite/trunk/debian/changelog =================================================================== --- trunk/packages/autodocksuite/trunk/debian/changelog 2014-08-15 11:37:39 UTC (rev 17742) +++ trunk/packages/autodocksuite/trunk/debian/changelog 2014-08-15 11:45:03 UTC (rev 17743) @@ -1,12 +1,13 @@ -autodocksuite (4.2.6-1) UNRELEASED; urgency=medium +autodocksuite (4.2.6-1) unstable; urgency=medium [ Andreas Tille ] * New upstream version (adapt patches) * d/copyright: DEP5 * add autopkgtest - [ Steffen Möller ] + [ Steffen Moeller ] * Weakened build-dependency from csh to csh|c-shell + * Added link-time compiler optimization (LTO) -- Andreas Tille <[email protected]> Wed, 13 Aug 2014 07:37:23 +0200 Modified: trunk/packages/autodocksuite/trunk/debian/rules =================================================================== --- trunk/packages/autodocksuite/trunk/debian/rules 2014-08-15 11:37:39 UTC (rev 17742) +++ trunk/packages/autodocksuite/trunk/debian/rules 2014-08-15 11:45:03 UTC (rev 17743) @@ -6,7 +6,8 @@ # link time optimisation - as soon as gcc-4.5 hits the archive # 20.02.2013, ta, does not really work yet #CFLAGS += -flto -#LDFLAGS += -flto +CXXFLAGS += -flto +LDFLAGS += -flto SAVEFILES=Makefile.in aclocal.m4 config.guess config.sub configure _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
