Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index d2c9811b0f5e5e3ecef104802c444e226fd8ae82..dd091ebe7674b879f7b3a2c4cd665ddc051be78e 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -3408,7 +3408,7 @@ |
| 'release_valgrind_build%': 0, |
| }, |
| 'cflags': [ |
| - '-O>(release_optimize)', |
| + '-O<(release_optimize)', |
| # Don't emit the GCC version ident directives, they just end up |
| # in the .comment section taking up binary size. |
| '-fno-ident', |