diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index 6e3b9e6..bebac84 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -174,7 +174,7 @@ }, 'target_defaults': { 'variables': { - 'mac_release_optimization%': '2' # Use -O2 unless overridden + 'mac_release_optimization%': '3' # Use -O3 unless overridden }, 'conditions': [ ['branding=="Chrome"', { |