Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: tools/gyp/configurations_xcode.gypi

Issue 1666063002: Fix ARM cross build: (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gyp/configurations_make.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/configurations_xcode.gypi
diff --git a/tools/gyp/configurations_xcode.gypi b/tools/gyp/configurations_xcode.gypi
index 6931c64504a0196c6a1aad351f3a71d6981936bc..367f8f258477b272e006bb0d34edaa7e8c8a1acc 100644
--- a/tools/gyp/configurations_xcode.gypi
+++ b/tools/gyp/configurations_xcode.gypi
@@ -81,8 +81,8 @@
'abstract': 1,
'xcode_settings': {
'OTHER_CFLAGS': [
- '-fno-omit-frame-pointer',
- '-mno-omit-leaf-frame-pointer',
+ '-fno-omit-frame-pointer',
+ '-mno-omit-leaf-frame-pointer',
],
},
},
@@ -90,8 +90,8 @@
'abstract': 1,
'xcode_settings': {
'OTHER_CFLAGS': [
- '-fno-omit-frame-pointer',
- '-mno-omit-leaf-frame-pointer',
+ '-fno-omit-frame-pointer',
+ '-mno-omit-leaf-frame-pointer',
],
},
},
@@ -99,8 +99,8 @@
'abstract': 1,
'xcode_settings': {
'OTHER_CFLAGS': [
- '-fomit-frame-pointer',
- '-momit-leaf-frame-pointer',
+ '-fomit-frame-pointer',
+ '-momit-leaf-frame-pointer',
],
},
},
« no previous file with comments | « tools/gyp/configurations_make.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698