Updated Faster Builds (markdown)

Kongqun Yang 2015-02-12 12:36:47 -08:00
parent feff670921
commit 7c79e58ae8
1 changed files with 2 additions and 2 deletions

@ -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. 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` `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. The experimental "gold" linker is faster than the standard BFD linker.