Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
13
xcode/common-debug.xcconfig
Normal file
13
xcode/common-debug.xcconfig
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#include "common.xcconfig"
|
||||
|
||||
CLANG_CXX_STANDARD_LIBRARY_HARDENING = extensive
|
||||
COPY_PHASE_STRIP = NO
|
||||
ENABLE_NS_ASSERTIONS = YES
|
||||
ENABLE_TESTABILITY = YES
|
||||
GCC_OPTIMIZATION_LEVEL = 0
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) DEBUG
|
||||
GCC_UNROLL_LOOPS = NO
|
||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE
|
||||
OTHER_SWIFT_FLAGS = -DDEBUG
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG
|
||||
SWIFT_OPTIMIZATION_LEVEL = -Onone
|
||||
Loading…
Add table
Add a link
Reference in a new issue