[SCM] lame/master: Enable full experimental optimizations. NOTE: The only extra optimizations that are really enabled are -O3, -fomit-frame-pointer, and -ffast-math. -fschedule-insns2 is on by default in -O2, -fbranch-count-reg is on by default in any mode, and -fforce-addr looks to be a noop now. This is with using GCC 4.6.*.
ceros-guest at users.alioth.debian.org
ceros-guest at users.alioth.debian.org
Tue May 3 16:17:06 UTC 2011
The following commit has been merged in the master branch:
commit 85f755710e55da31e3475665a516b3dcc6183787
Author: Andres Mejia <mcitadel at gmail.com>
Date: Tue May 3 12:03:56 2011 -0400
Enable full experimental optimizations.
NOTE: The only extra optimizations that are really enabled are -O3,
-fomit-frame-pointer, and -ffast-math. -fschedule-insns2 is on by default in
-O2, -fbranch-count-reg is on by default in any mode, and -fforce-addr looks to
be a noop now. This is with using GCC 4.6.*.
diff --git a/debian/rules b/debian/rules
index 4917820..8280c7b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+CFLAGS = $(DEB_CFLAGS)
+
%:
dh $@ --parallel
@@ -8,4 +10,6 @@ override_dh_auto_configure:
cp -vf /usr/share/misc/config.sub .
dh_auto_configure -- \
--enable-nasm \
- --with-fileio=lame
+ --with-fileio=lame \
+ --enable-expopt=full \
+ --disable-debug
--
lame packaging
More information about the pkg-multimedia-commits
mailing list