From 7c79e58ae813895336364cc650fe21cb0ec59dc3 Mon Sep 17 00:00:00 2001 From: Kongqun Yang Date: Thu, 12 Feb 2015 12:36:47 -0800 Subject: [PATCH] Updated Faster Builds (markdown) --- Faster-Builds.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Faster-Builds.md b/Faster-Builds.md index 4c9e018..e1ac8da 100644 --- a/Faster-Builds.md +++ b/Faster-Builds.md @@ -1,4 +1,4 @@ -# Build with ninja +## Build with ninja edash-packager uses [ninja](http://martine.github.io/ninja/) by default, which is much faster than make. @@ -6,7 +6,7 @@ We also provide a mechanism to change build configurations, for example, develop `GYP_GENERATORS='make' gclient runhooks` -# Linking using gold on Linux +## Linking using gold on Linux The experimental "gold" linker is faster than the standard BFD linker.