[packages/chromium-browser] disable debuginfo

glen glen at pld-linux.org
Thu Feb 27 09:25:03 CET 2014


commit 3c1d34baefb35e88b05a7d1371087fd60d722e08
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Feb 26 20:22:42 2014 +0200

    disable debuginfo

 builderx.sh | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/builderx.sh b/builderx.sh
index 73f85bf..d0608eb 100755
--- a/builderx.sh
+++ b/builderx.sh
@@ -1,4 +1,6 @@
 #!/bin/sh
+# Some notes:
+# https://code.google.com/p/chromium/wiki/LinuxFasterBuilds
 set -x
 
 dir=$(dirname "$0")
@@ -11,6 +13,8 @@ export CCACHE_DIR=$outdir/ccache
 export CCACHE_LOGFILE=$CCACHE_DIR/log
 export CCACHE_NLEVELS=1
 export CCACHE_HARDLINK=1
+#export CCACHE_BASEDIR
+#export CCACHE_SLOPPINESS=include_file_mtime
 
 install -d $outdir $rpmdir $logs
 
@@ -45,5 +49,6 @@ time $dir/teeboth '' rpmbuild \
 	--define "_sourcedir $dir" \
 	--define "_builddir $outdir" \
 	--define "_rpmdir $rpmdir" \
+	--without debuginfo \
 	--with verbose \
 	"$@"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/f8597c6e6e223fadba458b2d8788b6b23727366e



More information about the pld-cvs-commit mailing list