We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635ae83 commit 2f67cfaCopy full SHA for 2f67cfa
CMakeLists.txt
@@ -17,6 +17,7 @@ option(ENABLE_FFMPEG "Enable ffmpeg support for ELSE and Gem audio/video objects
17
option(ENABLE_GEM "Enable Gem support" ON)
18
option(ENABLE_ASAN "Enable AddressSanitizer" OFF)
19
option(ENABLE_PERFETTO "Enable Perfetto profiling (advanced)" OFF)
20
+option(MSBUILD_FORCE_CCACHE "Force MSBuild to use ccache (CI only)" OFF)
21
option(MACOS_LEGACY "Enable support for old macOS versions (lowers OSX_DEPLOYMENT TARGET and disables Metal" OFF)
22
option(VERBOSE "" OFF)
23
0 commit comments