7 lines
130 B
Plaintext
7 lines
130 B
Plaintext
// Debug.xcconfig
|
|
#include "Base.xcconfig"
|
|
|
|
// Debug-specific settings
|
|
SWIFT_OPTIMIZATION_LEVEL = -Onone
|
|
ENABLE_TESTABILITY = YES
|