Author: plessy Date: 2008-12-12 10:18:14 +0000 (Fri, 12 Dec 2008) New Revision: 2775
Modified: trunk/packages/velvet/trunk/debian/rules Log: -O2 is the default in Debian, and often -O3 does not make the program faster. Modified: trunk/packages/velvet/trunk/debian/rules =================================================================== --- trunk/packages/velvet/trunk/debian/rules 2008-12-11 14:22:55 UTC (rev 2774) +++ trunk/packages/velvet/trunk/debian/rules 2008-12-12 10:18:14 UTC (rev 2775) @@ -5,4 +5,4 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/makefile.mk -DEB_MAKE_BUILD_TARGET = obj velveth velvetg Z_LIB_FILES='' LDFLAGS='-lm -lz' +DEB_MAKE_BUILD_TARGET = obj velveth velvetg Z_LIB_FILES='' LDFLAGS='-lm -lz' OPT='-O2' _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
