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 7d437ec commit 5acc417Copy full SHA for 5acc417
cmake/modules/SwiftSource.cmake
@@ -333,11 +333,6 @@ 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