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 8c5d9e2 commit 97706f2Copy full SHA for 97706f2
test/CMakeLists.txt
@@ -216,6 +216,8 @@ normalize_boolean_spelling(SWIFT_ENABLE_BACKTRACING)
216
normalize_boolean_spelling(SWIFT_BUILD_SWIFT_SYNTAX)
217
normalize_boolean_spelling(SWIFT_ENABLE_SYNCHRONIZATION)
218
normalize_boolean_spelling(SWIFT_ENABLE_VOLATILE)
219
+normalize_boolean_spelling(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB)
220
+normalize_boolean_spelling(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB_CROSS_COMPILING)
221
normalize_boolean_spelling(SWIFT_BUILD_REMOTE_MIRROR)
222
is_build_type_optimized("${SWIFT_STDLIB_BUILD_TYPE}" SWIFT_OPTIMIZED)
223
0 commit comments