diff --git a/utils/travis/steps/script.sh b/utils/travis/steps/script.sh index ae8ee1a966fb..8759037601a7 100755 --- a/utils/travis/steps/script.sh +++ b/utils/travis/steps/script.sh @@ -8,10 +8,10 @@ if [ "$TRAVIS_OS_NAME" = "osx" ]; then cd ./projectfiles/Xcode - export CCACHE_MAXSIZE=2G + export CCACHE_MAXSIZE=200M export CCACHE_COMPILERCHECK=content - xcodebuild -project Wesnoth.xcodeproj -target Wesnoth + xcodebuild GCC_GENERATE_DEBUGGING_SYMBOLS=NO -project Wesnoth.xcodeproj -target Wesnoth BUILD_RET=$?