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

Unified Diff: base/base.gypi

Issue 2892001: Linux: Switch to DWARF for official builds. Good riddence.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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 | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
===================================================================
--- base/base.gypi (revision 57447)
+++ base/base.gypi (working copy)
@@ -663,11 +663,6 @@
'cflags': [
'-fPIC',
],
- # Official builds set -gstabs, which fails when building with -fPIC.
- # It's useless on 64 bits anyways because breakpad doesn't work then.
- 'cflags!': [
- '-gstabs',
- ],
'direct_dependent_settings': {
'include_dirs': [
'..',
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698