CryptoSwift-Debug.xcconfig 762 B

123456789101112131415161718192021222324252627282930313233343536
  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 = $(inherited) -Xfrontend -debug-time-function-bodies
  12. SWIFT_COMPILATION_MODE = incremental
  13. // Swift Optimization Level
  14. //
  15. // * *None:* Compile without any optimization. [-Onone]
  16. // * *Optimize for Speed:* [-O]
  17. // * *Optimize for Size:* [-Osize]
  18. // * *Whole Module Optimization:* [-O -whole-module-optimization]
  19. SWIFT_OPTIMIZATION_LEVEL = -Onone
  20. // Exclusive Access to Memory
  21. //
  22. // Enforce exclusive access to memory
  23. SWIFT_ENFORCE_EXCLUSIVE_ACCESS = none