CryptoSwift-Debug.xcconfig 492 B

123456789101112131415161718192021222324252627
  1. //
  2. // CryptoSwift-Debug.xcconfig
  3. //
  4. // Generated by BuildSettingExtractor on 02/04/2018
  5. // https://github.com/dempseyatgithub/BuildSettingExtractor
  6. //
  7. #include "CryptoSwift-Shared.xcconfig"
  8. // Other Swift Flags
  9. //
  10. // A list of additional flags to pass to the Swift compiler.
  11. OTHER_SWIFT_FLAGS = -Xfrontend -debug-time-function-bodies
  12. SWIFT_COMPILATION_MODE = wholemodule
  13. // Exclusive Access to Memory
  14. //
  15. // Enforce exclusive access to memory
  16. SWIFT_ENFORCE_EXCLUSIVE_ACCESS = none