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.
2 parents 6ae004d + 33c53ef commit dde3291Copy full SHA for dde3291
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