We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a9d41 commit ce1def1Copy full SHA for ce1def1
src/librustc_target/spec/riscv32imac_unknown_none_elf.rs
@@ -33,6 +33,7 @@ pub fn target() -> TargetResult {
33
executables: true,
34
panic_strategy: PanicStrategy::Abort,
35
relocation_model: "static".to_string(),
36
+ emit_debug_gdb_scripts: false,
37
abi_blacklist: vec![
38
Abi::Cdecl,
39
Abi::Stdcall,
0 commit comments