We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
windows-gnu
1 parent f92020a commit 472b966Copy full SHA for 472b966
2 files changed
compiler/rustc_target/src/spec/base/windows_gnu.rs
@@ -99,7 +99,7 @@ pub(crate) fn opts() -> TargetOptions {
99
late_link_args_dynamic,
100
late_link_args_static,
101
abi_return_struct_as_int: true,
102
- emit_debug_gdb_scripts: false,
+ emit_debug_gdb_scripts: true,
103
requires_uwtable: true,
104
eh_frame_header: false,
105
debuginfo_kind: DebuginfoKind::Dwarf,
compiler/rustc_target/src/spec/base/windows_gnullvm.rs
@@ -42,7 +42,7 @@ pub(crate) fn opts() -> TargetOptions {
42
link_self_contained: LinkSelfContainedDefault::InferredForMingw,
43
late_link_args,
44
45
46
47
48
no_default_libraries: false,
0 commit comments