aboutsummaryrefslogtreecommitdiff
path: root/XcodeConfig
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2013-02-25 20:30:06 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2013-02-25 20:30:06 +0000
commit571db0b0ef9c5c9bda19d92c59e5ce0a8eb6ca2e (patch)
treeb2edd6bd836eeebb6b3ae064c63dd35a512bc4ba /XcodeConfig
parent96d141bece8eea4b5a3a37f68da00428cfdc30f9 (diff)
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)
Diffstat (limited to 'XcodeConfig')
-rw-r--r--XcodeConfig/subconfig/Debug.xcconfig4
1 files changed, 0 insertions, 4 deletions
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*] =