Skip to content

Commit

Permalink
Update production profile documentation (#39)
Browse files Browse the repository at this point in the history
* Update `production` profile documentation

In servo/servo#34340 we optimize
`production` profile. This changes update the book accordingly

Signed-off-by: atbrakhi <atbrakhi@igalia.com>

* review fix

Signed-off-by: atbrakhi <atbrakhi@igalia.com>

---------

Signed-off-by: atbrakhi <atbrakhi@igalia.com>
  • Loading branch information
atbrakhi authored Dec 3, 2024
1 parent 0ca1479 commit aa0f8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hacking/building-servo.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ There are three main build profiles, which you can build and use independently o
<th>optimised?
<td><a href="https://doc.rust-lang.org/cargo/reference/profiles.html#dev">no</a>
<td><a href="https://github.com/servo/servo/blob/457d37d94ee6966cad377c373d333a00c637e1ae/Cargo.toml#L153">yes</a>
<td>yes, <a href="https://github.com/servo/servo/blob/457d37d94ee6966cad377c373d333a00c637e1ae/Cargo.toml#L159-L160">more</a> <a href="https://github.com/servo/servo/blob/457d37d94ee6966cad377c373d333a00c637e1ae/Cargo.toml#L170-L171">than</a> in <strong>release</strong>
<td>yes, <a href="https://github.com/servo/servo/blob/9457a40ca2cd4b9530ba7c5334c82f3b3f2e7ac8/Cargo.toml#L177-L182">more than</a> in <strong>release</strong>
<tr>
<th>maximum RUST_LOG level
<td><code>trace</code>
Expand Down

0 comments on commit aa0f8db

Please sign in to comment.