From 4805017ea12ef26cd74cf2143c0c04e3095860ea Mon Sep 17 00:00:00 2001 From: Stephen D <webmaster@scd31.com> Date: Sun, 5 May 2024 14:08:24 +0200 Subject: [PATCH] add flip-link --- .cargo/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cargo/config.toml b/.cargo/config.toml index 0687b20..2f8764e 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,6 +1,7 @@ [target.thumbv7em-none-eabihf] rustflags = [ "-C", "link-arg=-Tlink.x", + "-C", "linker=flip-link" ] [build] -- GitLab