| Index: dart/runtime/tools/gyp/runtime-configurations.gypi
|
| diff --git a/dart/runtime/tools/gyp/runtime-configurations.gypi b/dart/runtime/tools/gyp/runtime-configurations.gypi
|
| index 70f121c8bfc21d2b71bf7e21c96ddc968642bb8b..e0e10143073ff24d445ab4cb641749ba9b360cc3 100644
|
| --- a/dart/runtime/tools/gyp/runtime-configurations.gypi
|
| +++ b/dart/runtime/tools/gyp/runtime-configurations.gypi
|
| @@ -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',
|
| },
|
|
|