Files
rust/compiler/rustc_codegen_ssa/src/back
bors b3cbf7c835 Auto merge of #111694 - Amanieu:no-assume-bdynamic, r=petrochenkov
Don't assume that `-Bdynamic` is the default linker mode

In particular this is false when passing `-static` or `-static-pie` to the linker, which changes the default to `-Bstatic`. This PR ensures we explicitly initialize the correct mode when we first need it.
2023-05-24 13:35:30 +00:00
..
2021-07-05 10:49:07 +02:00
2023-04-19 11:10:47 +08:00
2023-05-16 11:55:47 +00:00