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 d4695e1 commit c822ab8Copy full SHA for c822ab8
lldb/cmake/caches/Apple-lldb-Xcode.cmake
@@ -6,6 +6,9 @@ set(CMAKE_XCODE_GENERATE_SCHEME ON CACHE BOOL "")
6
7
set(LLDB_BUILD_FRAMEWORK ON CACHE BOOL "")
8
9
+# Apparently, module-enabled builds clash with Xcode's analysis.
10
+set(LLVM_ENABLE_MODULES OFF CACHE BOOL "" FORCE)
11
+
12
# Print a warning with instructions, if we
13
# build with Xcode and didn't use this cache.
14
set(LLDB_EXPLICIT_XCODE_CACHE_USED ON CACHE INTERNAL "")
0 commit comments