]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/include/testdrive-unix.xml
Added build/msw/wx_propgrid.dsp to vc manifest (I hope this fixes #10564)
[wxWidgets.git] / build / buildbot / config / include / testdrive-unix.xml
index 9c18d83a2ff2ea68eb76bea0fdd9d9382a72c7b0..56f450a9ad2fd2aa4a338e5889cf73025dab9dc4 100644 (file)
@@ -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