Skip to content

Commit 8cb2449

Browse files
author
Harlan Haskins
authored
Update SwiftSource.cmake
CMake...
1 parent 5301fa0 commit 8cb2449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/SwiftSource.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ function(_compile_swift_files
335335

336336
if (NOT SWIFTFILE_IS_STDLIB_CORE)
337337
list(APPEND swift_module_flags
338-
"-Xfrontend -experimental-skip-non-inlinable-function-bodies")
338+
"-Xfrontend" "-experimental-skip-non-inlinable-function-bodies")
339339
endif()
340340

341341
# If we have extra regexp flags, check if we match any of the regexps. If so

0 commit comments

Comments
 (0)