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 cdfd1ab + 8cb2449 commit ce7aa3cCopy full SHA for ce7aa3c
cmake/modules/SwiftSource.cmake
@@ -333,6 +333,11 @@ function(_compile_swift_files
333
"-emit-module-interface-path" "${interface_file}")
334
endif()
335
336
+ if (NOT SWIFTFILE_IS_STDLIB_CORE)
337
+ list(APPEND swift_module_flags
338
+ "-Xfrontend" "-experimental-skip-non-inlinable-function-bodies")
339
+ endif()
340
+
341
# If we have extra regexp flags, check if we match any of the regexps. If so
342
# add the relevant flags to our swift_flags.
343
if (SWIFT_EXPERIMENTAL_EXTRA_REGEXP_FLAGS OR SWIFT_EXPERIMENTAL_EXTRA_NEGATIVE_REGEXP_FLAGS)
0 commit comments