diff options
Diffstat (limited to 'base/base.gypi')
-rw-r--r-- | base/base.gypi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/base/base.gypi b/base/base.gypi index 383e45d..e5d8119 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -665,11 +665,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': [ '..', |