Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable fpo one more time, this time for non-official (canary) builds. | kerz@chromium.org | 2012-02-09 | 1 | -0/+11 |
| | | | | | | Review URL: https://chromiumcodereview.appspot.com/9373036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121288 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | With this change, each target can select an optimization level for Windows ↵ | siggi@chromium.org | 2011-12-20 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | official builds by setting a variable name "optimize" to one of three possible values: - "size"; optimizes for minimal code size, the default. - "speed"; optimizes for speed over code size. - "max"; turns on link time code generation and whole program optimization, which is very expensive and should be used sparingly. Note that this change by itself lowers the optimization level to "size" for all targets. Separate changes to the V8 and WebKit repos will be needed to bring up their optimization levels to WPO. BUG=108167 TEST= Review URL: http://codereview.chromium.org/8983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115187 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Removing the last remaining vsprops files (that are hooked in). | bradnelson@google.com | 2010-01-04 | 1 | -0/+3 |
Also pulling in a newer nacl version. Switching to use AdditionalOptions in list form. BUG=None TEST=None TBR=mmentovai Review URL: http://codereview.chromium.org/523027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35449 0039d316-1c4b-4281-b951-d872f2087c98 |