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

Unified Diff: tools/gyp/configurations_make.gypi

Issue 25909002: Sampling profiler (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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
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
],
},

Powered by Google App Engine
This is Rietveld 408576698