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 7e6b07c commit bd49534Copy full SHA for bd49534
stdlib/public/core/CMakeLists.txt
@@ -288,6 +288,8 @@ if(SWIFT_STDLIB_ENABLE_STDLIBCORE_EXCLUSIVITY_CHECKING)
288
list(APPEND swift_stdlib_compile_flags "-enforce-exclusivity=checked")
289
endif()
290
291
+list(APPEND swift_stdlib_compile_flags "-Xfrontend" "-enable-ownership-stripping-after-serialization")
292
+
293
if(SWIFT_CHECK_ESSENTIAL_STDLIB)
294
add_swift_target_library(swift_stdlib_essential ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB IS_STDLIB_CORE
295
INSTALL_IN_COMPONENT never_install
0 commit comments