source: trunk/Sparkle/Configurations/ConfigCommonDebug.xcconfig @ 1046

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
3GCC_OPTIMIZATION_LEVEL = 0
4DEBUG_INFORMATION_FORMAT = dwarf
5GCC_GENERATE_DEBUGGING_SYMBOLS = YES
6SPARKLE_EXTRA_DEBUG = -DDEBUG -fstack-protector -D_FORTIFY_SOURCE=2
7OTHER_CFLAGS = $(SPARKLE_EXTRA_DEBUG)
8ARCHS = $(NATIVE_ARCH_ACTUAL)
Note: See TracBrowser for help on using the repository browser.