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 0f30cdf commit 2823d30Copy full SHA for 2823d30
stdlib/public/core/CMakeLists.txt
@@ -319,7 +319,6 @@ list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "Macros")
319
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "FreestandingMacros")
320
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "Extern")
321
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "BitwiseCopyable")
322
-list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "RawLayout")
323
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "ValueGenerics")
324
325
if("${SWIFT_NATIVE_SWIFT_TOOLS_PATH}" STREQUAL "")
0 commit comments