From f0e31c0bad3cadea950571937b1723f18ca887e1 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Tue, 6 Dec 2022 22:40:25 -0500 Subject: =?UTF-8?q?build:=20remove=20=E2=80=98-i=3Dmi=E2=80=99=20flag=20fr?= =?UTF-8?q?om=20gdb=20on=20=E2=80=98cargo=20run=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 68eea01..fda2fe6 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -5,7 +5,7 @@ t = "test --target x86_64-unknown-linux-gnu" target = "thumbv7em-none-eabihf" [target.thumbv7em-none-eabihf] -runner = "arm-none-eabi-gdb -i=mi" +runner = "arm-none-eabi-gdb" rustflags = [ "-C", "link-arg=-Tlink.x", ] -- cgit v1.2.3