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:
Manuel Rego Casasnovas 2023-05-24 15:59:01 +02:00
parent 0377a1853a
commit c7edd7ad2c

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,