Skip to content

Commit

Permalink
Auto merge of #5934 - mbrubeck:readme, r=pcwalton
Browse files Browse the repository at this point in the history
<!-- 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 -->
  • Loading branch information
bors-servo committed May 4, 2015
2 parents 2e4d2eb + a4ccf60 commit 89f90d9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 89f90d9

Please sign in to comment.