Updated Faster Builds (markdown)

Kongqun Yang 2017-08-03 12:23:50 -07:00
parent c05bb42376
commit 1023507e69
1 changed files with 1 additions and 1 deletions

@ -2,7 +2,7 @@
The experimental "gold" linker is faster than the standard BFD linker. The experimental "gold" linker is faster than the standard BFD linker.
Our code tree includes a binary of gold compiled for x64 Linux. It is not enabled by default since the bundled binary does not work on some systems, e.g. Ubuntu 64bit server mentioned in issue #7. Our code tree includes a binary of gold compiled for x64 Linux. It is not enabled by default since the bundled binary does not work on some systems, e.g. Ubuntu 64bit server mentioned in issue [#7](https://github.com/google/shaka-packager/issues/7).
The gold linker can be enabled using GYP_DEFINES flags, i.e. The gold linker can be enabled using GYP_DEFINES flags, i.e.
`GYP_DEFINES="linux_use_gold_binary=1 linux_use_gold_flags=1" gclient runhooks` `GYP_DEFINES="linux_use_gold_binary=1 linux_use_gold_flags=1" gclient runhooks`