GHActions: Don't use march=native

It breaks ccache
This commit is contained in:
TellowKrinkle 2020-11-23 23:41:10 -06:00 committed by Kojin
parent 12bf837eee
commit 40f26cb975
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ echo "Additional CMake Args - ${ADDITIONAL_CMAKE_ARGS}"
# Generate CMake into ./build
cmake \
-D CMAKE_CXX_COMPILER_LAUNCHER=ccache \
-D DISABLE_ADVANCE_SIMD=TRUE \
-D CMAKE_BUILD_TYPE=Release \
-D BUILD_REPLAY_LOADERS=TRUE \
-D CMAKE_BUILD_PO=FALSE \