We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c78e3c7 + e723e43 commit 587e3dfCopy full SHA for 587e3df
compiler/rustc_target/src/spec/armv6k_nintendo_3ds.rs
@@ -29,8 +29,7 @@ pub fn target() -> Target {
29
pre_link_args,
30
exe_suffix: ".elf".into(),
31
no_default_libraries: false,
32
- // There are some issues in debug builds with this enabled in certain programs.
33
- has_thread_local: false,
+ has_thread_local: true,
34
..Default::default()
35
},
36
}
0 commit comments