44 lines
1.0 KiB
Plaintext
44 lines
1.0 KiB
Plaintext
//
|
|
// Project-Debug.xcconfig
|
|
//
|
|
// Generated by BuildSettingExtractor on 4/27/15
|
|
// https://github.com/dempseyatgithub/BuildSettingExtractor
|
|
//
|
|
|
|
#include "Project-Shared.xcconfig"
|
|
|
|
|
|
// Strip Debug Symbols During Copy
|
|
//
|
|
// Activating this setting causes binary files which are copied during the build (e.g.,
|
|
// in a Copy Bundle Resources or Copy Files build phase) to be stripped of debugging
|
|
// symbols. It does not cause the linked product of a target to be stripped (use Strip
|
|
// Linked Product for that).
|
|
|
|
COPY_PHASE_STRIP = NO
|
|
|
|
|
|
GCC_DYNAMIC_NO_PIC = NO
|
|
|
|
|
|
GCC_OPTIMIZATION_LEVEL = 0
|
|
|
|
|
|
STP_EXTRA_PREPROCESSOR_MACROS=
|
|
GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1 STRIPE_UNIT_TESTS_ENABLED $(inherited) $(STP_EXTRA_PREPROCESSOR_MACROS)
|
|
|
|
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO
|
|
|
|
|
|
// Build Active Architecture Only
|
|
//
|
|
// When checked, only the active architecture is built for faster debugging turnaround
|
|
|
|
ONLY_ACTIVE_ARCH = YES
|
|
|
|
|
|
ENABLE_TESTABILITY = YES
|
|
SWIFT_OPTIMIZATION_LEVEL = -Onone
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG |