mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #21347 - servo:paulrouget-patch-1, r=jdm
Update README.md Adding a note about how to skip libsimpleservo compilation. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21347) <!-- Reviewable:end -->
This commit is contained in:
commit
5410505c12
1 changed files with 2 additions and 0 deletions
|
@ -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 you’re making changes to one crate that cause build errors in another crate,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue