diff options
| author | Arjun Patel <45395213+arjunUpatel@users.noreply.github.com> | 2024-07-01 23:05:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-02 11:05:55 +0800 |
| commit | 985fe2dda3bd1a09b545848b24860af648bf529a (patch) | |
| tree | 14f1003055642de2a75fb81b9a0cbc13b192fcdd /src/doc/rustc-dev-guide | |
| parent | 72d6a3cb6e55109a47eaea8c28baa7a2a5c6fbeb (diff) | |
| download | rust-985fe2dda3bd1a09b545848b24860af648bf529a.tar.gz rust-985fe2dda3bd1a09b545848b24860af648bf529a.zip | |
Fix grammar issue in optimize-build.md (#2009)
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/optimized-build.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/optimized-build.md b/src/doc/rustc-dev-guide/src/building/optimized-build.md index 1e1136b91b3..3080dc6bf5d 100644 --- a/src/doc/rustc-dev-guide/src/building/optimized-build.md +++ b/src/doc/rustc-dev-guide/src/building/optimized-build.md @@ -2,7 +2,7 @@ <!-- 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 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. |
