Chromium Code Reviews| Index: build/common.gypi |
| =================================================================== |
| --- build/common.gypi (revision 71659) |
| +++ build/common.gypi (working copy) |
| @@ -951,7 +951,7 @@ |
| '_DEBUG', |
| ], |
| 'cflags': [ |
| - '-O>(debug_optimize)', |
| + '-O<(debug_optimize)', |
|
Mark Mentovai
2011/01/24 19:14:09
The point of late expansion is that individual tar
|
| '-g', |
| ], |
| }, |
| @@ -967,7 +967,7 @@ |
| 'no_gc_sections%': 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', |