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.
has_thread_local
1 parent bc63d5a commit 5d5039eCopy full SHA for 5d5039e
compiler/rustc_target/src/spec/armv6k_nintendo_3ds.rs
@@ -37,7 +37,8 @@ pub fn target() -> Target {
37
pre_link_args,
38
exe_suffix: ".elf".into(),
39
no_default_libraries: false,
40
- has_thread_local: true,
+ // There are some issues in debug builds with this enabled in certain programs.
41
+ has_thread_local: false,
42
..Default::default()
43
},
44
}
0 commit comments