summaryrefslogtreecommitdiff
path: root/build/bmakespeed
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-27 00:08:24 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-27 00:08:24 +0300
commit8c52c1aac1f116b11e7599c12c3db4edcbc0ddeb (patch)
treee0035350d8ea3f555dfb471068f7d64e658c876a /build/bmakespeed
parentb9248394f45944640997a4dc761e3ffc03788f89 (diff)
downloadplus-8c52c1aac1f116b11e7599c12c3db4edcbc0ddeb.tar.gz
plus-8c52c1aac1f116b11e7599c12c3db4edcbc0ddeb.tar.bz2
plus-8c52c1aac1f116b11e7599c12c3db4edcbc0ddeb.tar.xz
plus-8c52c1aac1f116b11e7599c12c3db4edcbc0ddeb.zip
Add ccache into most build scripts.
Diffstat (limited to 'build/bmakespeed')
-rwxr-xr-xbuild/bmakespeed6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/bmakespeed b/build/bmakespeed
index f6b15027a..ba9924a86 100755
--- a/build/bmakespeed
+++ b/build/bmakespeed
@@ -5,9 +5,9 @@ cd ..
dir=`pwd`
-export CC=gcc
-export CXX=g++
-
+export CCACHE_DIR="${dir}/build/ccache/bmakespeed"
+export CC="ccache gcc"
+export CXX="ccache g++"
export LANG=C
export CXXFLAGS="-pedantic -ggdb3 -O5 -pipe -ffast-math \