From c7edd7ad2cf1d76d04a3f51c50aac9d0c6bd3e9b Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Wed, 24 May 2023 15:59:01 +0200 Subject: [PATCH] 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. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5ff8d4137dd..89be5789387 100644 --- a/README.md +++ b/README.md @@ -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,