Index: webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp |
=================================================================== |
--- webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp (revision 57447) |
+++ webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp (working copy) |
@@ -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', |