'lo On Fri, Dec 12, 2008 at 11:18 AM, <[email protected]> wrote: > 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'
Why in this case DEB_BUILD_OPTIONS is not taken into account to decide whether or not to do optimization ? Thanks -- Mathieu -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

