From 6ffdfcc64cd6eb26d1fa7c3a10f1a8f1076b20f7 Mon Sep 17 00:00:00 2001 From: Ian Wagner Date: Mon, 4 Aug 2025 09:09:09 +0900 Subject: [PATCH] Add blog post about optimizing compiler flags --- draft/2025-08-06-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-08-06-this-week-in-rust.md b/draft/2025-08-06-this-week-in-rust.md index f0b5dc190..6e37dabf1 100644 --- a/draft/2025-08-06-this-week-in-rust.md +++ b/draft/2025-08-06-this-week-in-rust.md @@ -44,6 +44,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* [Optimizing Rust Builds with Target Flags](https://ianwwagner.com/til/optimizing-rustc-target-features) + ### Research ### Miscellaneous