From c05bb42376dcac20480c432af9bb91fd16f4bde1 Mon Sep 17 00:00:00 2001 From: Kongqun Yang Date: Thu, 3 Aug 2017 12:23:36 -0700 Subject: [PATCH] Updated Faster Builds (markdown) --- Faster-Builds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Faster-Builds.md b/Faster-Builds.md index 1088a1f..bf52018 100644 --- a/Faster-Builds.md +++ b/Faster-Builds.md @@ -2,7 +2,7 @@ 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](https://github.com/google/shaka-packager/issues/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. 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`