0

docs: Use the right argument name for use_debug_fission

The "Linux Faster Builds" page was still using the gyp name of the
variable.

R=brettw@chromium.org,dpranke@chromium.org

Review-Url: https://codereview.chromium.org/2418743002
Cr-Commit-Position: refs/heads/master@{#425096}
This commit is contained in:
raphael.kubo.da.costa
2016-10-13 11:25:27 -07:00
committed by Commit bot
parent 8002657452
commit 5aabdfebf0

@@ -41,7 +41,7 @@ When you use Icecc, you need to [set some GN variables](https://www.chromium.org
The `-B` option is not supported.
[relevant commit](https://github.com/icecc/icecream/commit/b2ce5b9cc4bd1900f55c3684214e409fa81e7a92)
linux_use_debug_fission = false
use_debug_fission = false
[debug fission](http://gcc.gnu.org/wiki/DebugFission) is not supported.
[bug](https://github.com/icecc/icecream/issues/86)