CryptoSwift-TestHostApp-Test.xcconfig 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. //
  2. // CryptoSwift-TestHostApp-Test.xcconfig
  3. //
  4. // Generated by BuildSettingExtractor on 02/04/2018
  5. // https://github.com/dempseyatgithub/BuildSettingExtractor
  6. //
  7. #include "CryptoSwift-TestHostApp-Shared.xcconfig"
  8. // Debug Information Format
  9. //
  10. // The type of debug information to produce.
  11. //
  12. // * *DWARF:* Object files and linked products will use DWARF as the debug information
  13. // format. [dwarf]
  14. // * *DWARF with dSYM File:* Object files and linked products will use DWARF as the debug
  15. // information format, and Xcode will also produce a dSYM file containing the debug
  16. // information from the individual object files (except that a dSYM file is not needed
  17. // and will not be created for static library or object file products). [dwarf-with-dsym]
  18. DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
  19. // Enable Foundation Assertions
  20. //
  21. // Controls whether assertion logic provided by `NSAssert` is included in the
  22. // preprocessed source code or is elided during preprocessing. Disabling assertions can
  23. // improve code performance.
  24. ENABLE_NS_ASSERTIONS = NO
  25. // Produce debugging information
  26. //
  27. // Produce debugging information. This information is required for shader profiling.
  28. MTL_ENABLE_DEBUG_INFO = NO
  29. // Swift Optimization Level
  30. //
  31. // * *None:* Compile without any optimization. [-Onone]
  32. // * *Optimize for Speed:* [-O]
  33. // * *Optimize for Size:* [-Osize]
  34. // * *Whole Module Optimization:* [-O -whole-module-optimization]
  35. SWIFT_OPTIMIZATION_LEVEL = -O
  36. // Validate Built Product
  37. //
  38. // If enabled, perform validation checks on the product as part of the build process.
  39. VALIDATE_PRODUCT = YES