App-Release.xcconfig 629 B

1234567891011
  1. // Configuration settings file format documentation can be found at:
  2. // https://help.apple.com/xcode/#/dev745c5c974
  3. #include "Module-Release.xcconfig"
  4. #include "App-Shared.xcconfig"
  5. // If enabled, only the active architecture is built.
  6. ONLY_ACTIVE_ARCH = NO
  7. // Space-separated list of additional flags to pass to the compiler for C and Objective-C files. Be sure to backslash-escape any arguments that contain spaces or special characters, such as path names that may contain spaces. Use this setting if Xcode does not already provide UI for a particular C or Objective-C compiler flag.
  8. OTHER_CFLAGS = -DNS_BLOCK_ASSERTIONS=1