From 7cc6c0ba59df63f9f084f8cdfc695fa7b4ae1823 Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Wed, 26 Aug 2009 20:14:55 +0000 Subject: Build for Mac in the Release configuration at -O3 This is an experiment to get a few test cycles in so that we can measure the impact and evaluate it against the .app/.dmg size increase that it will cause. The size increase relative to -O2 is 1900kB (6%) .app and 800kB (5%) .dmg. BUG=16713 TEST=Watch perf Review URL: http://codereview.chromium.org/173505 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24511 0039d316-1c4b-4281-b951-d872f2087c98 --- build/common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"', { -- cgit v1.1