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' ], }, },