]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
disable debuginfo
authorElan Ruusamäe <glen@delfi.ee>
Wed, 26 Feb 2014 18:22:42 +0000 (20:22 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 26 Feb 2014 18:22:42 +0000 (20:22 +0200)
builderx.sh

index 73f85bf8d53a9be77631a550844d0b00257cc751..d0608eb3ef610e9f71f7df016f3aac3db69150ca 100755 (executable)
@@ -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 \
        "$@"
This page took 0.706741 seconds and 4 git commands to generate.