We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4437b4b commit 16e10bfCopy full SHA for 16e10bf
compiler/rustc_target/src/spec/apple_sdk_base.rs
@@ -34,6 +34,7 @@ fn link_env_remove(arch: Arch) -> Vec<String> {
34
pub fn opts(arch: Arch) -> TargetOptions {
35
TargetOptions {
36
cpu: target_cpu(arch),
37
+ dynamic_linking: false,
38
executables: true,
39
link_env_remove: link_env_remove(arch),
40
has_elf_tls: false,
0 commit comments