Fix grammar issue in optimize-build.md (#2009)
This commit is contained in:
parent
cb5b44424c
commit
108ce63095
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<!-- toc -->
|
<!-- toc -->
|
||||||
|
|
||||||
There are multiple additional build configuration options and techniques that can used to compile a
|
There are multiple additional build configuration options and techniques that can be used to compile a
|
||||||
build of `rustc` that is as optimized as possible (for example when building `rustc` for a Linux
|
build of `rustc` that is as optimized as possible (for example when building `rustc` for a Linux
|
||||||
distribution). The status of these configuration options for various Rust targets is tracked [here].
|
distribution). The status of these configuration options for various Rust targets is tracked [here].
|
||||||
This page describes how you can use these approaches when building `rustc` yourself.
|
This page describes how you can use these approaches when building `rustc` yourself.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue