From 4cfdb93f34baa13d8b6dffcc2babee3592b70e2c Mon Sep 17 00:00:00 2001 From: Arjun Patel <45395213+arjunUpatel@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:36:19 -0400 Subject: [PATCH] Fix grammar issue in optimize-build.md --- src/building/optimized-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/building/optimized-build.md b/src/building/optimized-build.md index 1e1136b91..3080dc6bf 100644 --- a/src/building/optimized-build.md +++ b/src/building/optimized-build.md @@ -2,7 +2,7 @@ -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.