From 571db0b0ef9c5c9bda19d92c59e5ce0a8eb6ca2e Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Mon, 25 Feb 2013 20:30:06 +0000 Subject: Remove workaround for compiler bug from 2008. Tested: The Apple bug report, rdar://6394306 title="Xcode generates bad Arm code if -fstack-protector -fstack-protector-all" had attached to it a test program showing Xcode 3 was broken. Since the test passes now, Xcode 4 appears fixed. DELTA=4 (0 added, 4 deleted, 0 changed) --- XcodeConfig/subconfig/Debug.xcconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'XcodeConfig') diff --git a/XcodeConfig/subconfig/Debug.xcconfig b/XcodeConfig/subconfig/Debug.xcconfig index 719700c..e39340f 100644 --- a/XcodeConfig/subconfig/Debug.xcconfig +++ b/XcodeConfig/subconfig/Debug.xcconfig @@ -45,7 +45,3 @@ GTM_CONFIGURATION_GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1 GTM_CONFIGURATION_OTHER_CFLAGS = -fstack-protector -fstack-protector-all // Stack protection doesn't exist on Tiger GTM_CONFIGURATION_OTHER_CFLAGS[sdk=macosx10.4*] = - -// And is really broken on the iPhone Device. Works on simulator though. -// rdar://639430 Xcode generates bad Arm code if -fstack-protector -fstack-protector-all -GTM_CONFIGURATION_OTHER_CFLAGS[sdk=iphoneos*] = -- cgit v1.2.3