diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-05 09:53:26 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-05 09:53:26 +0000 |
commit | 4e45746871d98ebc7bd9ca7ec1ebbd44e89f6f8e (patch) | |
tree | 64a88906efcc79b3194c9ce8d7211ccf4bd57267 /cc | |
parent | 764435b11584cdb52218575095e44366d84290f3 (diff) | |
download | chromium_src-4e45746871d98ebc7bd9ca7ec1ebbd44e89f6f8e.zip chromium_src-4e45746871d98ebc7bd9ca7ec1ebbd44e89f6f8e.tar.gz chromium_src-4e45746871d98ebc7bd9ca7ec1ebbd44e89f6f8e.tar.bz2 |
Turn optimize up to 11 for cc
To the MAXXXXXXX!
We can do more 'max' targets now that we're on vs2013 with the
amd64_x86 toolchain. Test if this helps the regression that
appears to have been caused by the ordering of .objs on the
link line a while back. (This cannot be merged to before 35.)
R=jamesr@chromium.org
BUG=331225
Review URL: https://codereview.chromium.org/187043002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254987 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc')
-rw-r--r-- | cc/cc.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', '<(DEPTH)/ui/gl/gl.gyp:gl', ], + 'variables': { + 'optimize': 'max', + }, 'export_dependent_settings': [ '<(DEPTH)/skia/skia.gyp:skia', ], |