From baca54daa08332ac447793e5a4eb50abe467cc9a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 8 May 2017 18:03:46 +0300 Subject: Add ccache into pmake script --- build/pmake | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'build') diff --git a/build/pmake b/build/pmake index f853353e1..e016e0390 100755 --- a/build/pmake +++ b/build/pmake @@ -5,12 +5,13 @@ cd .. dir=`pwd` -export CC=gcc -export CXX=g++ +export CCACHE_DIR="${dir}/build/ccache/pmake" +export CC="ccache gcc" +export CXX="ccache g++" export LANG=C -export CXXFLAGS="-g -pg -fno-inline -fno-omit-frame-pointer -Wno-attributes" +export CXXFLAGS="-g -pg -fno-inline -fno-omit-frame-pointer" autoreconf -i cd build/tmp -- cgit v1.2.3-70-g09d2