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 c763218 commit f370521Copy full SHA for f370521
cmake/macos/xcode.cmake
@@ -165,3 +165,6 @@ set(CMAKE_XCODE_ATTRIBUTE_LD_RUNPATH_SEARCH_PATHS "@executable_path/../Framework
165
if(ARES_DEBUG_DEPENDENCIES)
166
set(CMAKE_XCODE_SCHEME_LLDB_INIT_FILE ${CMAKE_BINARY_DIR}/.lldbinit)
167
endif()
168
+
169
+# Enabling GPU capture in Xcode 16+ can result in runaway memory use even when not capturing. Disable by default.
170
+set(CMAKE_XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE Disabled)
0 commit comments