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 36a15ce commit de6edc7Copy full SHA for de6edc7
stdlib/public/core/CMakeLists.txt
@@ -414,6 +414,7 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB)
414
GYB_SOURCES ${SWIFTLIB_EMBEDDED_GYB_SOURCES}
415
SWIFT_COMPILE_FLAGS
416
${swift_stdlib_compile_flags} -Xcc -D__MACH__ -Xcc -D__APPLE__ -Xcc -ffreestanding -enable-experimental-feature Embedded
417
+ -Xfrontend -enable-ossa-modules
418
MODULE_DIR "${CMAKE_BINARY_DIR}/lib/swift/embedded"
419
SDK "embedded"
420
ARCHITECTURE "${arch}"
0 commit comments