diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi index 101fd46..b5e2279 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', |