diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 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, |