We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d42d7 commit bd61985Copy full SHA for bd61985
compiler/rustc_target/src/spec/base/redox.rs
@@ -12,7 +12,7 @@ pub(crate) fn opts() -> TargetOptions {
12
has_thread_local: true,
13
crt_static_default: true,
14
crt_static_respected: true,
15
- crt_static_allows_dylibs: true,
+ crt_static_allows_dylibs: false,
16
late_link_args: TargetOptions::link_args(LinkerFlavor::Gnu(Cc::Yes, Lld::No), &["-lgcc"]),
17
..Default::default()
18
}
0 commit comments