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 4dae976 commit 94995b7Copy full SHA for 94995b7
Runtimes/Core/cmake/caches/Vendors/Apple/apple-common.cmake
@@ -17,6 +17,7 @@ set(SwiftCore_ENABLE_ONONESUPPORT OFF CACHE BOOL "")
17
18
set(SwiftCore_INSTALL_NESTED_SUBDIR OFF CACHE BOOL "")
19
20
+set(CMAKE_Swift_LANGUAGE_VERSION "5" CACHE STRING "swift language version")
21
set(CMAKE_CXX_FLAGS_MINSIZEREL "-Os -g -DNDEBUG" CACHE STRING "")
22
set(CMAKE_C_FLAGS_MINSIZEREL "-Os -g -DNDEBUG" CACHE STRING "")
23
set(CMAKE_Swift_FLAGS_MINSIZEREL "-Osize -g" CACHE STRING "")
0 commit comments