Disable gdb pretty printer global section on wasm targets
The wasm targets don't support gdb anyway so there's no need for this section there.
This commit is contained in:
parent
fdc0011561
commit
5ce09bcfa2
@ -140,6 +140,9 @@ pub fn options() -> TargetOptions {
|
||||
has_elf_tls: true,
|
||||
tls_model: "local-exec".to_string(),
|
||||
|
||||
// gdb scripts don't work on wasm blobs
|
||||
emit_debug_gdb_scripts: false,
|
||||
|
||||
.. Default::default()
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,8 @@
|
||||
// ignore-tidy-linelength
|
||||
// ignore-windows
|
||||
// ignore-macos
|
||||
// ignore-wasm
|
||||
// ignore-emscripten
|
||||
|
||||
// compile-flags: -g -C no-prepopulate-passes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user