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 625c6a9cc9
commit 722e2539e6
1 changed files with 1 additions and 1 deletions

View File

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