diff options
Diffstat (limited to 'ble/.cargo/config')
-rw-r--r-- | ble/.cargo/config | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ble/.cargo/config b/ble/.cargo/config index c4ce5ef..5d10902 100644 --- a/ble/.cargo/config +++ b/ble/.cargo/config @@ -1,6 +1,2 @@ [build] target = "thumbv7em-none-eabihf" - -[target.thumbv7em-none-eabihf] -rustflags = ["-C", "link-arg=-Tlink.x"] -runner = "gdb-multiarch" |