We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39bdb1 commit 9233298Copy full SHA for 9233298
compiler/rustc_target/src/spec/apple_sdk_base.rs
@@ -65,7 +65,6 @@ pub fn opts(os: &'static str, arch: Arch) -> TargetOptions {
65
TargetOptions {
66
abi: target_abi(arch).into(),
67
cpu: target_cpu(arch).into(),
68
- dynamic_linking: false,
69
link_env_remove: link_env_remove(arch),
70
has_thread_local: false,
71
..super::apple_base::opts(os, target_arch_name(arch), target_abi(arch))
0 commit comments