From 499f9a7b3d3956b317cfde9c4149f92be4edbd82 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 11 Jun 2026 20:52:03 -0700 Subject: [PATCH] Fix flag name --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 801929a..6c62e30 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -150,7 +150,7 @@ const LLD_FLAGS: &[LldFlag] = &[ flag! { --check-features }, flag! { --color-diagnostics[=VALUE] }.nonstandard(), flag! { --compress-relocations }.nonstandard(), - flag! { --cooperative-multithreading }, + flag! { --cooperative-threading }, flag! { --demangle }.nonstandard(), flag! { --dn }.nonstandard(), flag! { --dy }.nonstandard(),