Updated Faster Builds (markdown)
parent
feff670921
commit
7c79e58ae8
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue