aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/mac
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/mac')
-rwxr-xr-x.github/workflows/mac/install.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/mac/install.sh b/.github/workflows/mac/install.sh
index ed27150f..44e84835 100755
--- a/.github/workflows/mac/install.sh
+++ b/.github/workflows/mac/install.sh
@@ -2,12 +2,8 @@
set -e
-export CCACHE_CPP2=yes
export PROJ_DB_CACHE_DIR="$HOME/.ccache"
ccache -M 200M
-ccache -s
-CC="ccache clang" CXX="ccache clang++" CFLAGS="-Werror -O2" CXXFLAGS="-Werror -O2" ./travis/install.sh
-
-ccache -s
+CC="clang" CXX="clang++" CFLAGS="-Werror" CXXFLAGS="-Werror" CMAKE_BUILD_TYPE=RelWithDebInfo ./travis/install.sh