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 a36e1a9 + b47d436 commit 20242b4Copy full SHA for 20242b4
stdlib/cmake/modules/AddSwiftStdlib.cmake
@@ -851,6 +851,9 @@ function(add_swift_target_library_single target name)
851
list(APPEND SWIFTLIB_SINGLE_SWIFT_COMPILE_FLAGS "-Xfrontend" "-define-availability" "-Xfrontend" "${def}")
852
endforeach()
853
854
+ # Enable -target-min-inlining-version
855
+ list(APPEND SWIFTLIB_SINGLE_SWIFT_COMPILE_FLAGS "-Xfrontend" "-target-min-inlining-version" "-Xfrontend" "min")
856
+
857
# Don't install the Swift module content for back-deployment libraries.
858
if (SWIFTLIB_SINGLE_BACK_DEPLOYMENT_LIBRARY)
859
set(install_in_component "never_install")
0 commit comments