From 300338f29d9ce3b31466a31161d4df2f7bf0ba9b Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sat, 15 Sep 2018 03:15:32 +0200 Subject: [PATCH] quieter GDB --- .cargo/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cargo/config b/.cargo/config index 04b71ea..fa909f5 100644 --- a/.cargo/config +++ b/.cargo/config @@ -5,9 +5,9 @@ [target.'cfg(all(target_arch = "arm", target_os = "none"))'] # uncomment ONE of these three option to make `cargo run` start a GDB session # which option to pick depends on your system -# runner = "arm-none-eabi-gdb -x openocd.gdb" -# runner = "gdb-multiarch -x openocd.gdb" -# runner = "gdb -x openocd.gdb" +# runner = "arm-none-eabi-gdb -q -x openocd.gdb" +# runner = "gdb-multiarch -q -x openocd.gdb" +# runner = "gdb -q -x openocd.gdb" rustflags = [ # LLD (shipped with the Rust toolchain) is used as the default linker