Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 101fd46bfb8f2b829400f35b34c2b6b7fc3735f2..b5e22791e3f36f3b52ad5dca4ffb251a641b23bb 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -579,7 +579,7 @@ |
'_DEBUG', |
], |
'cflags': [ |
- '-O<(debug_optimize)', |
+ '-O>(debug_optimize)', |
'-g', |
# One can use '-gstabs' to enable building the debugging |
# information in STABS format for breakpad's dumpsyms. |
@@ -593,7 +593,7 @@ |
'release_optimize%': '2', |
}, |
'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', |