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 fda0b80 commit 33c53efCopy full SHA for 33c53ef
stdlib/cmake/modules/SwiftSource.cmake
@@ -527,7 +527,7 @@ function(_compile_swift_files
527
endif()
528
529
if(SWIFT_STDLIB_DISABLE_INSTANTIATION_CACHES)
530
- list(APPEND swift_flags "-Xfrontend -disable-preallocated-instantiation-caches")
+ list(APPEND swift_flags "-Xfrontend" "-disable-preallocated-instantiation-caches")
531
532
533
list(APPEND swift_flags ${SWIFT_STDLIB_EXTRA_SWIFT_COMPILE_FLAGS})
0 commit comments