commit | 96a6dfa2c30ab9b22abd20c87ed0e0d6ae41c40e | [log] [tgz] |
---|---|---|
author | dpranke <[email protected]> | Wed Jun 08 22:28:05 2016 |
committer | Commit bot <[email protected]> | Wed Jun 08 22:30:05 2016 |
tree | adeb4494b0be8c93c02fa958c9ac56c62584eab8 | |
parent | 4d5335adc272d70da10f0f179ed494561afbb2f3 [diff] |
Change //build/config/compiler:optimize_max to use -O3. Certain components (e.g., v8) really want to be compiled with -O3, but the current ":optimize_max" setting just used -O2. Since "max" should theoretically mean "max", let's try making it be -O3 across the board and see what happens. [email protected] BUG=616031 Review-Url: https://codereview.chromium.org/2048163002 Cr-Commit-Position: refs/heads/master@{#398704}