mirror of
https://github.com/ish-app/ish.git
synced 2026-01-18 13:57:29 +00:00
10 lines
263 B
Plaintext
10 lines
263 B
Plaintext
#include "XcodeDefault.xcconfig"
|
|
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) DEBUG=1
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
ONLY_ACTIVE_ARCH = YES;
|