]>
Commit | Line | Data |
---|---|---|
b1ab9ed8 A |
1 | CODE_SIGN_IDENTITY = -; |
2 | GCC_VERSION = com.apple.compilers.llvm.clang.1_0 | |
3 | DEBUG_INFORMATION_FORMAT = dwarf-with-dsym | |
4 | CURRENT_PROJECT_VERSION = $(RC_ProjectSourceVersion) | |
5 | VERSIONING_SYSTEM = apple-generic; | |
6 | DEAD_CODE_STRIPPING = YES; | |
7 | ||
8 | ARCHS = $(ARCHS_STANDARD_32_64_BIT) | |
427c49bc | 9 | |
427c49bc A |
10 | // Debug symbols should be on obviously |
11 | GCC_GENERATE_DEBUGGING_SYMBOLS = YES | |
12 | COPY_PHASE_STRIP = NO | |
13 | STRIP_STYLE = debugging | |
14 | STRIP_INSTALLED_PRODUCT = NO | |
d8f41ccd A |
15 | |
16 | WARNING_CFLAGS = -Wglobal-constructors -Wno-deprecated-declarations $(inherited) |