File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Runtimes/Supplemental/Runtime
cmake/caches/Vendors/Apple Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ add_compile_options(
8888 "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-enable-experimental-feature LifetimeDependenceMutableAccessors>"
8989 "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-disable-upcoming-feature MemberImportVisibility>"
9090 "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-Xfrontend -enable-lexical-lifetimes=false>"
91- "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-Xfrontend -enable-ossa-modules>"
9291 "$<$<COMPILE_LANGUAGE:Swift>:-warn-implicit-overrides>"
9392 "$<$<COMPILE_LANGUAGE:Swift>:-cxx-interoperability-mode=default>"
9493 "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-Xfrontend -experimental-spi-only-imports>"
Original file line number Diff line number Diff line change 11set (CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "" )
22set (BUILD_SHARED_LIBS YES CACHE BOOL "" )
3+ set (CMAKE_Swift_COMPILATION_MODE wholemodule CACHE STRING "" )
34set (SwiftRuntime_INSTALL_NESTED_SUBDIR OFF CACHE BOOL "" )
45
56set (CMAKE_CXX_FLAGS_MINSIZEREL "-Os -g -DNDEBUG" CACHE STRING "" )
You can’t perform that action at this time.
0 commit comments