From 8d285104e2c18991bbb45e2faa3271d8675fd8a0 Mon Sep 17 00:00:00 2001 From: Paul Rouget Date: Mon, 6 Aug 2018 07:06:58 +0200 Subject: [PATCH] Update README.md Adding a note about how to skip libsimpleservo compilation. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c6cd2dc4edf..158493c6093 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,8 @@ real-world use, 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,