mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Travis: enable ccache usage under macOS; halves compilation time (#3052)
This commit is contained in:
parent
e127cb74b6
commit
994a643d9c
5 changed files with 36 additions and 6 deletions
3
cmake/launch-c.in
Normal file
3
cmake/launch-c.in
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
export CCACHE_CPP2=true
|
||||
exec "${RULE_LAUNCH_COMPILE}" "${CMAKE_C_COMPILER}" "$@"
|
||||
3
cmake/launch-cxx.in
Normal file
3
cmake/launch-cxx.in
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
export CCACHE_CPP2=true
|
||||
exec "${RULE_LAUNCH_COMPILE}" "${CMAKE_CXX_COMPILER}" "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue