debug.xcconfig 276 B

1234567891011
  1. GCC_PREPROCESSOR_DEFINITIONS_DEBUG = DEBUG=1
  2. // MARK: Swift compiler
  3. SWIFT_ACTIVE_COMPILATION_CONDITIONS_DEBUG = DEBUG
  4. // Disable whole-module compilation for Swift.
  5. SWIFT_COMPILATION_MODE = singlefile
  6. // Disable optimizations for Swift.
  7. SWIFT_OPTIMIZATION_LEVEL = -Onone