Fix grammar issue in optimize-build.md (#2009)

This commit is contained in:
Arjun Patel 2024-07-01 23:05:55 -04:00 committed by GitHub
parent cb5b44424c
commit 108ce63095
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.