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.