Update README.md

Adding a note about how to skip libsimpleservo compilation.
This commit is contained in:
Paul Rouget 2018-08-06 07:06:58 +02:00 committed by GitHub
parent 2f14e33395
commit 8d285104e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -225,6 +225,8 @@ real-world use, add the `--release` flag to create an optimized build:
./mach run --release tests/html/about-mozilla.html
```
**Note:** `mach build ` will build both `servo` and `libsimpleservo`. To make compilation a bit faster, it's possible to only compile the servo binary: `./mach build --dev -p servo`.
### Checking for build errors, without building
If youre making changes to one crate that cause build errors in another crate,