mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[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:
@@ -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.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user