Catakig/Source/debug.xcconfig

13 lines
312 B
Plaintext
Raw Permalink Normal View History

2006-09-07 01:12:27 +00:00
#include "common" // file 'common.xcconfig'
2006-09-16 19:53:31 +00:00
ARCHS = $(NATIVE_ARCH)
ZERO_LINK = YES
COPY_PHASE_STRIP = NO
2006-09-07 01:12:27 +00:00
GCC_OPTIMIZATION_LEVEL = 0
GCC_DYNAMIC_NO_PIC = NO
GCC_GENERATE_DEBUGGING_SYMBOLS = YES
2006-09-16 19:53:31 +00:00
GCC_ENABLE_FIX_AND_CONTINUE = YES
2006-09-07 01:12:27 +00:00
2006-09-16 19:53:31 +00:00
//GCC_PREPROCESSOR_DEFINITIONS = DEBUG $(GCC_PREPROCESSOR_DEFINITIONS)