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 79fbf21 commit e48593bCopy full SHA for e48593b
internal/xcelerate/xcodeargs/args.go
@@ -23,6 +23,7 @@ var CacheArgs = map[string]string{
23
"COMPILATION_CACHE_ENABLE_DETACHED_KEY_QUERIES": "YES",
24
"SWIFT_ENABLE_COMPILE_CACHE": "YES",
25
"SWIFT_ENABLE_EXPLICIT_MODULES": "YES",
26
+ "SWIFT_USE_INTEGRATED_DRIVER": "YES",
27
"CLANG_ENABLE_COMPILE_CACHE": "YES",
28
"CLANG_ENABLE_MODULES": "YES",
29
}
0 commit comments