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 db2126c commit 61df461Copy full SHA for 61df461
tools/SourceKit/CMakeLists.txt
@@ -75,12 +75,14 @@ function(add_sourcekit_default_compiler_flags target)
75
BUILD_TYPE "${build_type}"
76
ENABLE_ASSERTIONS "${enable_assertions}"
77
ANALYZE_CODE_COVERAGE "${analyze_code_coverage}"
78
+ ENABLE_LTO "${SWIFT_TOOLS_ENABLE_LTO}"
79
RESULT_VAR_NAME c_compile_flags)
80
_add_variant_link_flags(
81
SDK "${sdk}"
82
ARCH "${arch}"
83
84
85
86
87
RESULT_VAR_NAME link_flags)
88
0 commit comments