diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-11 05:33:35 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-11 05:33:35 (GMT) |
commit | dc7eeb30d06a928a30ee47a765be3e5a61288d35 (patch) | |
tree | 5213d6508b7488efba975c6d7022d86e0405589c | |
parent | c0641d6916775309d64944ca121cc736f0c8d7a1 (diff) |
Testing ccache
-rw-r--r-- | setenv_mjau.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/setenv_mjau.sh b/setenv_mjau.sh index b8012f6..f6a16d2 100644 --- a/setenv_mjau.sh +++ b/setenv_mjau.sh @@ -5,3 +5,7 @@ export DYLD_LIBRARY_PATH=$MACOSX_DEPLOY_DIR/lib #export CGALDIR=$PWD/../install/CGAL-3.6 #export QCODEEDITDIR=$PWD/../qcodeedit-2.2.3/install #export DYLD_LIBRARY_PATH=$OPENCSGDIR/lib:$QCODEEDITDIR/lib + +# ccache: +export PATH=/opt/local/libexec/ccache:$PATH +export CCACHE_BASEDIR=$PWD/.. |