Chromium Code Reviews| Index: build/standalone.gypi |
| diff --git a/build/standalone.gypi b/build/standalone.gypi |
| index f804715bb8177b5ec39f0211bb0ef3943494c284..5269b95f64dbd9cf2f6ecba7c9c0d8764a4bf550 100644 |
| --- a/build/standalone.gypi |
| +++ b/build/standalone.gypi |
| @@ -734,8 +734,7 @@ |
| 'cflags': [ '-fPIC', ], |
| }], |
| [ 'coverage==1', { |
| - 'cflags!': [ '-O3', '-O2', '-O1', ], |
| - 'cflags': [ '-fprofile-arcs', '-ftest-coverage', '-O0'], |
| + 'cflags': [ '-fprofile-arcs', '-ftest-coverage'], |
| 'ldflags': [ '-fprofile-arcs'], |
| }], |
| ], |