mirror of https://github.com/PCSX2/pcsx2.git
GHActions: Actually use ccache
This commit is contained in:
parent
8ef6d7ffec
commit
12bf837eee
|
@ -17,6 +17,7 @@ echo "Additional CMake Args - ${ADDITIONAL_CMAKE_ARGS}"
|
||||||
|
|
||||||
# Generate CMake into ./build
|
# Generate CMake into ./build
|
||||||
cmake \
|
cmake \
|
||||||
|
-D CMAKE_CXX_COMPILER_LAUNCHER=ccache \
|
||||||
-D CMAKE_BUILD_TYPE=Release \
|
-D CMAKE_BUILD_TYPE=Release \
|
||||||
-D BUILD_REPLAY_LOADERS=TRUE \
|
-D BUILD_REPLAY_LOADERS=TRUE \
|
||||||
-D CMAKE_BUILD_PO=FALSE \
|
-D CMAKE_BUILD_PO=FALSE \
|
||||||
|
|
Loading…
Reference in New Issue