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 e31c155 commit b887defCopy full SHA for b887def
stdlib/cmake/modules/AddSwiftStdlib.cmake
@@ -1713,6 +1713,7 @@ function(add_swift_target_library name)
1713
if (SWIFTLIB_IS_STDLIB)
1714
list(APPEND SWIFTLIB_SWIFT_COMPILE_FLAGS "-warn-implicit-overrides")
1715
list(APPEND SWIFTLIB_SWIFT_COMPILE_FLAGS "-Xfrontend;-enable-ossa-modules")
1716
+ list(APPEND SWIFTLIB_SWIFT_COMPILE_FLAGS "-Xfrontend;-enable-lexical-lifetimes=false")
1717
endif()
1718
1719
if(NOT SWIFT_BUILD_RUNTIME_WITH_HOST_COMPILER AND NOT BUILD_STANDALONE AND
0 commit comments