[SCM] ardour3/master: Add --optimize option to waf, enables taking C*FLAGS from the env

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Wed Sep 25 19:13:54 UTC 2013


The following commit has been merged in the master branch:
commit c4afb08cf3fcd35b868cad42cf526b9ac279d0e2
Author: Felipe Sateler <fsateler at debian.org>
Date:   Wed Sep 25 16:03:34 2013 -0300

    Add --optimize option to waf, enables taking C*FLAGS from the env

diff --git a/debian/rules b/debian/rules
index ee66a45..dd85a50 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,8 @@ waf-configure-options = --lv2 \
 	--noconfirm \
 	--prefix=/usr/ \
 	--no-phone-home \
-	--dist-target=$(DIST_TARGET)
+	--dist-target=$(DIST_TARGET) \
+	--optimize \
 
 
 DEB_MAKE_EXTRA_ARGS = -v --destdir=$(CURDIR)/debian/tmp

-- 
ardour3 packaging



More information about the pkg-multimedia-commits mailing list