Chromium Code Reviews| Index: tools/gyp/configurations_make.gypi |
| diff --git a/tools/gyp/configurations_make.gypi b/tools/gyp/configurations_make.gypi |
| index 014eaca6473ba9b7beb246b89ab779c4e8e044f8..be09f8f3e49aaa080e5c7f49283787dd8e27b7a8 100644 |
| --- a/tools/gyp/configurations_make.gypi |
| +++ b/tools/gyp/configurations_make.gypi |
| @@ -20,12 +20,13 @@ |
| '-Woverloaded-virtual', |
| '-g3', |
| '-ggdb3', |
| + '-rdynamic', |
| # TODO(iposva): Figure out if we need to pass anything else. |
| #'-ansi', |
| '-fno-rtti', |
| '-fno-exceptions', |
| - '-fvisibility=hidden', |
| - '-fvisibility-inlines-hidden', |
| + # '-fvisibility=hidden', |
| + # '-fvisibility-inlines-hidden', |
|
siva
2013/11/11 03:51:54
Will this result in all the VM symbols now being
Cutch
2013/11/18 20:48:54
Yes, although the embedder could always build Dart
|
| ], |
| }, |