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 8bf4cb0 commit c7b9183Copy full SHA for c7b9183
Sources/FoundationEssentials/CMakeLists.txt
@@ -61,6 +61,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL Linux OR CMAKE_SYSTEM_NAME STREQUAL Android)
61
endif()
62
63
target_compile_options(FoundationEssentials PRIVATE
64
+ "SHELL:$<$<COMPILE_LANGUAGE:Swift>:-whole-module-optimization>"
65
"SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -enable-experimental-feature -Xfrontend VariadicGenerics>"
66
"SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -enable-experimental-feature -Xfrontend AccessLevelOnImport>"
67
"SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -enable-experimental-feature -Xfrontend StrictConcurrency>"
0 commit comments