Skip to content

Commit 300338f

Browse files
committed
quieter GDB
1 parent ac4dd36 commit 300338f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cargo/config

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
66
# uncomment ONE of these three option to make `cargo run` start a GDB session
77
# which option to pick depends on your system
8-
# runner = "arm-none-eabi-gdb -x openocd.gdb"
9-
# runner = "gdb-multiarch -x openocd.gdb"
10-
# runner = "gdb -x openocd.gdb"
8+
# runner = "arm-none-eabi-gdb -q -x openocd.gdb"
9+
# runner = "gdb-multiarch -q -x openocd.gdb"
10+
# runner = "gdb -q -x openocd.gdb"
1111

1212
rustflags = [
1313
# LLD (shipped with the Rust toolchain) is used as the default linker

0 commit comments

Comments
 (0)