set emit_debug_gdb_scripts: false for riscv32imac-unknown-none target
Same as the other embedded targets, see: https://github.com/rust-lang/rust/pull/49728 This is a temporary workaround for #44993.
This commit is contained in:
parent
45a9d410f9
commit
ce1def176d
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ pub fn target() -> TargetResult {
|
|||
executables: true,
|
||||
panic_strategy: PanicStrategy::Abort,
|
||||
relocation_model: "static".to_string(),
|
||||
emit_debug_gdb_scripts: false,
|
||||
abi_blacklist: vec![
|
||||
Abi::Cdecl,
|
||||
Abi::Stdcall,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue