aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/common_conditions.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/common_conditions.gypi')
-rw-r--r--gyp/common_conditions.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index feb364fd2c..360fed7e4c 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -299,7 +299,7 @@
'cflags': ['-g']
},
'Release': {
- 'cflags': ['-O2'],
+ 'cflags': ['-O3'],
'defines': [ 'NDEBUG' ],
},
},