[CMake] Connecting more flags and options

Making a more in-depth pass over the definition macros and flags in
SwiftSource.cmake _add_target_variant_swift_compile_flags.
These are only flags that actually matter for swiftCore though. This
does not include concurrency flags.
This commit is contained in:
Evan Wilde
2024-11-12 11:21:28 -08:00
parent 1701775ecd
commit e160e23dde
5 changed files with 27 additions and 2 deletions

View File

@@ -1113,7 +1113,7 @@ WeakReference *swift::swift_weakTakeAssign(WeakReference *dest,
return dest;
}
#ifndef NDEBUG
#ifndef NDEBUG // "not not debug", or "debug-able configurations"
/// Returns true if the "immutable" flag is set on \p object.
///