summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/common.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi
index e0c5103..46059bd 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -978,7 +978,7 @@
'_DEBUG',
],
'cflags': [
- '-O<(debug_optimize)',
+ '-O>(debug_optimize)',
'-g',
],
},
@@ -994,7 +994,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',