Chromium Code Reviews| Index: build/common.gypi |
| =================================================================== |
| --- build/common.gypi (revision 148864) |
| +++ build/common.gypi (working copy) |
| @@ -2054,7 +2054,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', |