Attempt to fix dartium mac build
Review URL: https://codereview.chromium.org//10982070 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12969 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
'configurations': {
|
||||
|
||||
'Dart_Base': {
|
||||
'abstract': 1,
|
||||
'xcode_settings': {
|
||||
'GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS': 'YES', # -Woverloaded-virtual
|
||||
},
|
||||
@@ -33,18 +34,21 @@
|
||||
},
|
||||
|
||||
'Dart_ia32_Base': {
|
||||
'abstract': 1,
|
||||
'xcode_settings': {
|
||||
'ARCHS': [ 'i386' ],
|
||||
},
|
||||
},
|
||||
|
||||
'Dart_x64_Base': {
|
||||
'abstract': 1,
|
||||
'xcode_settings': {
|
||||
'ARCHS': [ 'x86_64' ],
|
||||
},
|
||||
},
|
||||
|
||||
'Dart_simarm_Base': {
|
||||
'abstract': 1,
|
||||
'xcode_settings': {
|
||||
'ARCHS': [ 'i386' ],
|
||||
'GCC_OPTIMIZATION_LEVEL': '3',
|
||||
@@ -52,6 +56,7 @@
|
||||
},
|
||||
|
||||
'Dart_Release': {
|
||||
'abstract': 1,
|
||||
'xcode_settings': {
|
||||
'GCC_OPTIMIZATION_LEVEL': '3',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user