[SCM] libaacs/master: Don't disable optimizations. Instead, optimizations should be enabled by default whenever available.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Wed Mar 21 18:33:20 UTC 2012


The following commit has been merged in the master branch:
commit 897bee9b8820cb693239651b862d2ee6d08a85d0
Author: Andres Mejia <amejia004 at gmail.com>
Date:   Wed Mar 21 14:32:28 2012 -0400

    Don't disable optimizations.
    Instead, optimizations should be enabled by default whenever available.

diff --git a/debian/rules b/debian/rules
index a1b9e2f..2190feb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,6 @@
 %:
 	dh $@ --parallel --with autoreconf
 
-override_dh_auto_configure:
-	dh_auto_configure -- --enable-optimizations=no
-
 override_dh_auto_clean:
 	rm -rf get-orig-source
 	dh_auto_clean

-- 
libaacs packaging



More information about the pkg-multimedia-commits mailing list