rustc/debian/bin
Fabian Grünbichler 4d49fcdcbe cargo wrapper: fix LTO position in argument lists
this caused loupe to FTBFS after it disabled LTO for certain architectures:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1086025

because the `cargo test` invocation sets arguments for the test runner (via
`--`), which means the LTO options can't go last in the argument list.

Signed-off-by: Fabian Grünbichler <git@fabian.gruenbichler.email>
2024-10-25 16:20:04 +02:00
..
cargo cargo wrapper: fix LTO position in argument lists 2024-10-25 16:20:04 +02:00
rust-lld switch to LLVM 19 2024-10-21 11:19:40 +02:00