mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update README.md
Adding a note about how to skip libsimpleservo compilation.
This commit is contained in:
parent
2f14e33395
commit
8d285104e2
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