aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-28 18:33:11 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-28 18:33:11 +0000
commit89dec58122be91e5e10af1c016a1ddebe1749c72 (patch)
tree88ad914fd915e8a13fd0fac45f8d17ccee91df06 /gyp
parentbac6b0575a28792a6be350af44c0b05975d2a66b (diff)
Disable thumb on IOS. This removes one of XCodes complaints about the generated projects.
R=caryclark@google.com Review URL: https://codereview.appspot.com/6561072 git-svn-id: http://skia.googlecode.com/svn/trunk@5726 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/common_conditions.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index 14026d72ee..30b5c6059a 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -233,6 +233,7 @@
'SDKROOT': 'iphoneos',
'TARGETED_DEVICE_FAMILY': '1,2',
'OTHER_CPLUSPLUSFLAGS': '-fvisibility=hidden -fvisibility-inlines-hidden',
+ 'GCC_THUMB_SUPPORT': 'NO',
},
},
],