Skip to content

Commit e48593b

Browse files
feat: enable SWIFT_USE_INTEGRATED_DRIVER (#173)
1 parent 79fbf21 commit e48593b

File tree

1 file changed

+1
-0
lines changed
  • internal/xcelerate/xcodeargs

1 file changed

+1
-0
lines changed

internal/xcelerate/xcodeargs/args.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ var CacheArgs = map[string]string{
2323
"COMPILATION_CACHE_ENABLE_DETACHED_KEY_QUERIES": "YES",
2424
"SWIFT_ENABLE_COMPILE_CACHE": "YES",
2525
"SWIFT_ENABLE_EXPLICIT_MODULES": "YES",
26+
"SWIFT_USE_INTEGRATED_DRIVER": "YES",
2627
"CLANG_ENABLE_COMPILE_CACHE": "YES",
2728
"CLANG_ENABLE_MODULES": "YES",
2829
}

0 commit comments

Comments
 (0)