mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fixed typo in HACKING_QUICKSTART.md
This commit is contained in:
parent
4067960ba5
commit
f51835520b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Building Servo is quite easy. Install the prerequisites described in the [README
|
||||||
|
|
||||||
*Note: on Mac, you might run into a SSL issue while compiling. You'll find a solution to this problem [here](https://github.com/sfackler/rust-openssl/issues/255).*
|
*Note: on Mac, you might run into a SSL issue while compiling. You'll find a solution to this problem [here](https://github.com/sfackler/rust-openssl/issues/255).*
|
||||||
|
|
||||||
The `-d` option means "debug build". You can also build with the `-r` option which means "release build". Buidling with `-d` will allow you to use a debugger (lldb). A `-r` build is more performant. Release builds are slower to build.
|
The `-d` option means "debug build". You can also build with the `-r` option which means "release build". Building with `-d` will allow you to use a debugger (lldb). A `-r` build is more performant. Release builds are slower to build.
|
||||||
|
|
||||||
You can use and build a release build and a debug build in parallel.
|
You can use and build a release build and a debug build in parallel.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue