| Revision 128,
248 bytes
checked in by speck, 4 years ago
(diff) |
|
Fixed missing display of update notes in Sparkle. Embedded Sparkle so subversion has the proper version instead of having to download Sparkle and apply several patches.
|
| Line | |
|---|
| 1 | // Debug only |
|---|
| 2 | |
|---|
| 3 | GCC_OPTIMIZATION_LEVEL = 0 |
|---|
| 4 | DEBUG_INFORMATION_FORMAT = dwarf |
|---|
| 5 | GCC_GENERATE_DEBUGGING_SYMBOLS = YES |
|---|
| 6 | SPARKLE_EXTRA_DEBUG = -DDEBUG -fstack-protector -D_FORTIFY_SOURCE=2 |
|---|
| 7 | OTHER_CFLAGS = $(SPARKLE_EXTRA_DEBUG) |
|---|
| 8 | ARCHS = $(NATIVE_ARCH_ACTUAL) |
|---|
Note: See
TracBrowser
for help on using the repository browser.