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:
bors-servo 2023-05-25 05:03:10 +02:00 committed by GitHub
commit a56abe44e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -308,8 +308,6 @@ Add the `--release` flag to create an optimized build:
./mach run --release tests/html/about-mozilla.html ./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 ### Checking for build errors, without building
If youre making changes to one crate that cause build errors in another crate, If youre making changes to one crate that cause build errors in another crate,