dfd397ebfc
Remove broken ccache makro.
...
This threw a whole bunch of errors when being used, and made use of questionable settings, some of which I couldn't find documentation for.
It has also become really easy to use ccache with cmake through the following environment variables; CMAKE_CXX_COMPILER_LAUNCHER=ccache CMAKE_C_COMPILER_LAUNCHER=ccache
2024-06-12 20:29:53 +02:00
e474cb7f67
Added CMake variables for optimization and architecture-specific options
2021-10-24 15:47:17 +02:00
Brad Davis
a613be9536
Allow a user to limit the number of cores used when building
2019-08-26 11:51:42 -07:00
John Conklin II
668af7c4a3
Merge pull request #15433 from Atlante45/fix/osx-deploy-target
...
Dependencies have correct osx deploy target
2019-05-06 12:15:18 -07:00
Clement
e1e7556226
Fix cmake warnings
2019-04-25 13:53:44 -07:00
Clement
e01561185d
Dependencies have correct osx deploy target
2019-04-19 20:19:48 -07:00
Stephen Birarda
7b04cbd092
Merge pull request #14183 from Atlante45/feat/ccache
...
Add ccache support for Linux and Mac
2018-10-23 13:33:46 -07:00
Atlante45
be8f4256c3
Add ccache support for Linux and Mac
2018-10-10 14:39:57 -07:00
Stephen Birarda
e624b0ce8e
bump deployment target to 10.9 so libc++ is default
2018-09-20 17:00:11 -07:00
Brad Davis
ae8f841912
Shader refactoring for explicit bindings
2018-08-03 14:58:11 -07:00
Clement
107c5d74ac
Generate debug symbols for Macos Release
...
And then strip them from the binary
2018-07-09 15:51:36 -07:00
Brad Davis
9c03fa0369
Cleanup CMake
2017-09-02 16:15:14 -07:00