| 123456789101112131415161718192021222324252627 |
- //
- // CryptoSwift-Debug.xcconfig
- //
- // Generated by BuildSettingExtractor on 02/04/2018
- // https://github.com/dempseyatgithub/BuildSettingExtractor
- //
- #include "CryptoSwift-Shared.xcconfig"
- // Other Swift Flags
- //
- // A list of additional flags to pass to the Swift compiler.
- OTHER_SWIFT_FLAGS = -Xfrontend -debug-time-function-bodies
- SWIFT_COMPILATION_MODE = wholemodule
- // Exclusive Access to Memory
- //
- // Enforce exclusive access to memory
- SWIFT_ENFORCE_EXCLUSIVE_ACCESS = none
|