diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi index cfb67aeb7..7f6fbd381 100644 --- a/gyp/common_conditions.gypi +++ b/gyp/common_conditions.gypi @@ -86,7 +86,7 @@ 'cflags': ['-g'] }, 'Release': { - 'cflags': ['-O2'], + 'cflags': ['-O3'], 'defines': [ 'NDEBUG' ], }, },