15 lines
347 B
Plaintext
15 lines
347 B
Plaintext
//
|
|
// Project-Debug.xcconfig
|
|
//
|
|
// Generated by BuildSettingExtractor on 12/5/22
|
|
// https://buildsettingextractor.com
|
|
//
|
|
|
|
#include "Project-Shared.xcconfig"
|
|
|
|
ENABLE_TESTABILITY = YES
|
|
GCC_DYNAMIC_NO_PIC = NO
|
|
GCC_OPTIMIZATION_LEVEL = 0
|
|
GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1 $(inherited)
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE
|
|
ONLY_ACTIVE_ARCH = YES |