1234567891011121314151617181920212223 |
- //
- // Tests-Test.xcconfig
- //
- // Generated by BuildSettingExtractor on 02/04/2018
- // https://github.com/dempseyatgithub/BuildSettingExtractor
- //
- #include "Tests-Shared.xcconfig"
- COPY_PHASE_STRIP = NO
- ENABLE_NS_ASSERTIONS = NO
- ENABLE_TESTABILITY = YES
- GCC_OPTIMIZATION_LEVEL = fast
- GCC_PREPROCESSOR_DEFINITIONS = $(inherited) DEBUG=1 CI=1
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG
- SWIFT_DISABLE_SAFETY_CHECKS = YES
- SWIFT_OPTIMIZATION_LEVEL = -O
- METAL_ENABLE_DEBUG_INFO = NO
- ONLY_ACTIVE_ARCH = YES
- VALIDATE_PRODUCT = YES
|