clipboard/example/macos/Config/example.debug.xcconfig
2020-10-03 11:28:56 +09:00

10 lines
240 B
Plaintext

#include "example.shared.xcconfig"
DEAD_CODE_STRIPPING = NO
ENABLE_TESTABILITY = YES
GCC_DYNAMIC_NO_PIC = NO
GCC_OPTIMIZATION_LEVEL = 0
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) DEBUG=1
MTL_ENABLE_DEBUG_INFO = YES
ONLY_ACTIVE_ARCH = YES