summaryrefslogtreecommitdiff
path: root/build/bmakedebug
diff options
context:
space:
mode:
Diffstat (limited to 'build/bmakedebug')
-rwxr-xr-xbuild/bmakedebug6
1 files changed, 3 insertions, 3 deletions
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 \