mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Auto merge of #29790 - mrego:readme-binary-build, r=jdm
Remove outdated note on README (fix #29786) This patch just removes a note about building only servo vs libsimpleservo binaries, as that's no longer working.
This commit is contained in:
commit
a56abe44e0
1 changed files with 0 additions and 2 deletions
|
@ -308,8 +308,6 @@ 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