From 8c52c1aac1f116b11e7599c12c3db4edcbc0ddeb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 27 Apr 2017 00:08:24 +0300 Subject: Add ccache into most build scripts. --- build/bmakedebug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build/bmakedebug') diff --git a/build/bmakedebug b/build/bmakedebug index 003a6293f..0ee9af5b2 100755 --- a/build/bmakedebug +++ b/build/bmakedebug @@ -5,9 +5,9 @@ mkdir tmp cd .. dir=`pwd` -export CC=gcc -export CXX=g++ - +export CCACHE_DIR="${dir}/build/ccache/bmakedebug" +export CC="ccache gcc" +export CXX="ccache g++" export LANG=C export CXXFLAGS="-pedantic -ggdb3 -O3 -pipe -ffast-math \ -- cgit v1.2.3-70-g09d2