User larger ccache for the benefit of IA64 builds.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -165,7 +165,7 @@ export LD_LIBRARY_PATH
|
||||
if { ccache -V; } >/dev/null 2>&1; then
|
||||
CCACHE_DIR=$TOPDIR/ccache
|
||||
export CCACHE_DIR
|
||||
ccache -M 90M
|
||||
ccache -M 120M
|
||||
fi
|
||||
cd $BUILDDIR
|
||||
if [ -f wx-config ]; then
|
||||
|
Reference in New Issue
Block a user