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

Unified Diff: build/common.gypi

Issue 3119033: Remove -rdynamic from the linux debug build. (Closed)
Patch Set: Created 10 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index c27dc755470a187ff50fe1bad29356a013a9f1c4..ab6d3af11808c7a1b4daa6a56bdecbf83b900e00 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -925,9 +925,6 @@
# One can use '-gstabs' to enable building the debugging
# information in STABS format for breakpad's dumpsyms.
],
- 'ldflags': [
- '-rdynamic', # Allows backtrace to resolve symbols.
- ],
},
'Release_Base': {
'variables': {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698