Skip to content

Commit 1226bbf

Browse files
committed
ccache debugging
1 parent 23f664d commit 1226bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mkdir -p $PREFIX/.bin
33
for c in gcc g++; do ln -s $(which ccache) $PREFIX/.bin/$c; done
44
export PATH=$PREFIX/.bin:$PATH
5-
export CCACHE_BASEDIR=$PREFIX CCACHE_LOGFILE=/tmp/cache.debug CCACHE_COMPILERCHECK=none
5+
export CCACHE_BASEDIR=$PREFIX CCACHE_LOGFILE=/tmp/cache.debug CCACHE_COMPILERCHECK=content
66
echo $(which gcc)
77
ccache -s
88
python setup.py install --single-version-externally-managed --record=/dev/null

0 commit comments

Comments
 (0)