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 2573782 commit 3b423e9Copy full SHA for 3b423e9
CMakeLists.txt
@@ -626,6 +626,7 @@ endforeach()
626
message(STATUS "Building host Swift tools for ${SWIFT_HOST_VARIANT_SDK} ${SWIFT_HOST_VARIANT_ARCH}")
627
message(STATUS " Build type: ${CMAKE_BUILD_TYPE}")
628
message(STATUS " Assertions: ${LLVM_ENABLE_ASSERTIONS}")
629
+message(STATUS " LTO: ${SWIFT_ENABLE_LTO}")
630
message(STATUS "")
631
632
message(STATUS "Building Swift standard library and SDK overlays for SDKs: ${SWIFT_SDKS}")
0 commit comments