summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi
index a3cb9dd..2c28ff2 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -972,7 +972,7 @@
'_DEBUG',
],
'cflags': [
- '-O>(debug_optimize)',
+ '-O<(debug_optimize)',
'-g',
],
},
@@ -988,7 +988,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',