mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Auto merge of #5934 - mbrubeck:readme, r=pcwalton
<!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5934) <!-- Reviewable:end -->
This commit is contained in:
commit
89f90d930d
1 changed files with 9 additions and 0 deletions
|
@ -81,6 +81,15 @@ cd servo
|
|||
./mach run tests/html/about-mozilla.html
|
||||
```
|
||||
|
||||
By default, Servo builds in debug mode. This is useful for development, but
|
||||
the resulting binary is very slow. For benchmarking, performance testing, or
|
||||
real-world use, add the `--release` flag to create an optimized build:
|
||||
|
||||
``` sh
|
||||
./mach build --release
|
||||
./mach run --release tests/html/about-mozilla.html
|
||||
```
|
||||
|
||||
### Building for Android target
|
||||
|
||||
``` sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue