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 /gpu/demos | |
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 'gpu/demos')
-rw-r--r-- | gpu/demos/demos.gyp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gpu/demos/demos.gyp b/gpu/demos/demos.gyp index a7ba2b9..e7fc57e 100644 --- a/gpu/demos/demos.gyp +++ b/gpu/demos/demos.gyp @@ -103,10 +103,6 @@ 'framework/plugin.rc', ], }], - ['OS=="linux"', { - # -gstabs, used in the official builds, causes an ICE. Remove it. - 'cflags!': ['-gstabs'], - }], ['OS=="mac"', { 'sources': [ 'framework/Plugin_Info.plist', |