[SCM] mp4v2/master: debian/rules: "--disable-optimize" parameter added

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Mon Oct 24 21:44:05 UTC 2011


The following commit has been merged in the master branch:
commit f9edd4f16b1999703bc4d194ae512079ec999751
Author: Matteo F. Vescovi <m.vescovi at revese.it>
Date:   Mon Oct 24 23:40:16 2011 +0200

    debian/rules: "--disable-optimize" parameter added
    
    Closes: #646236

diff --git a/debian/rules b/debian/rules
index 92d80a9..a04a403 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ CXXFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
 	dh $@ --parallel --with autotools_dev
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-static=no
+	dh_auto_configure -- --enable-static=no --disable-optimize
 
 override_dh_auto_test:
 	dh_auto_test || true

-- 
mp4v2 packaging



More information about the pkg-multimedia-commits mailing list