[med-svn] r2775 - trunk/packages/velvet/trunk/debian

plessy at alioth.debian.org plessy at alioth.debian.org
Fri Dec 12 10:18:14 UTC 2008


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'




More information about the debian-med-commit mailing list