Chromium Code Reviews| Index: ui/gl/gl.gyp |
| diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp |
| index ce18e855d03030de7c9dbc1160be4dc8d674e471..cd33d7a0aeab81a600d8c36b587eb2f0081e3baa 100644 |
| --- a/ui/gl/gl.gyp |
| +++ b/ui/gl/gl.gyp |
| @@ -312,14 +312,6 @@ |
| '../android/ui_android.gyp:ui_java', |
| ], |
| }], |
| - ['ubsan==1', { |
| - # Due to a bug in LLVM (http://llvm.org/bugs/show_bug.cgi?id=21349), |
| - # compilation hangs for some GL source files. Disable -O2 temporarily |
| - # until http://crbug.com/426271 is fixed. |
| - 'cflags!': [ |
| - '-O2', |
| - ], |
| - }], |
| ], |
| }, |
| { |