diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-26 18:28:17 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-26 18:28:17 +0000 |
commit | c87efd42858edeb7d2e2a8596d7241319042971d (patch) | |
tree | 1b022c8c30c4cb47715e962aa0c8ed14cb816073 /webkit/tools/pepper_test_plugin | |
parent | e398a726d2aada2a325f50be21b35374bb57d7bc (diff) | |
download | chromium_src-c87efd42858edeb7d2e2a8596d7241319042971d.zip chromium_src-c87efd42858edeb7d2e2a8596d7241319042971d.tar.gz chromium_src-c87efd42858edeb7d2e2a8596d7241319042971d.tar.bz2 |
Linux: Switch to DWARF for official builds. Good riddence.
BUG=20737
TEST=none
Review URL: http://codereview.chromium.org/2892001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57553 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/pepper_test_plugin')
-rw-r--r-- | webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp b/webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp index fa535a5..7f987bb 100644 --- a/webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp +++ b/webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp @@ -50,9 +50,6 @@ ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { 'type': 'shared_library', 'cflags': ['-fvisibility=hidden'], - # -gstabs, used in the official builds, causes an ICE. Simply remove - # it. - 'cflags!': ['-gstabs'], }], ['OS=="linux" or OS=="openbsd" or OS=="freebsd" and (target_arch=="x64" or target_arch=="arm") and linux_fpic!=1', { 'product_name': 'pepper_test_plugin', |