summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-26 20:14:55 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-26 20:14:55 +0000
commit7cc6c0ba59df63f9f084f8cdfc695fa7b4ae1823 (patch)
tree363379329cc44879542cf653bd46ace83517de2c /build
parent345dd30a55dd5219c39a31df9621e715a8947924 (diff)
downloadchromium_src-7cc6c0ba59df63f9f084f8cdfc695fa7b4ae1823.zip
chromium_src-7cc6c0ba59df63f9f084f8cdfc695fa7b4ae1823.tar.gz
chromium_src-7cc6c0ba59df63f9f084f8cdfc695fa7b4ae1823.tar.bz2
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
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi2
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"', {