[SCM] mp4v2/master: Revert "debian/rules: set ccache variables"

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Aug 10 09:59:57 UTC 2011


The following commit has been merged in the master branch:
commit 697aeca8b77b2f7b2be4538ea382c2798cbe623d
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Aug 10 12:00:32 2011 +0200

    Revert "debian/rules: set ccache variables"
    
    This reverts commit 9567699e623f1d285e3bf0e8277724363af67504.

diff --git a/debian/rules b/debian/rules
index d9030cb..7e022d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,7 @@
 #!/usr/bin/make -f
 export DH_OPTIONS
 
-CC:=ccache $(CC)
-CXX:=ccache $(CXX)
+CXXFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
 
 %:
 	dh $@ --parallel --with autotools_dev

-- 
mp4v2 packaging



More information about the pkg-multimedia-commits mailing list