diff --git a/.cargo/config.toml b/.cargo/config.toml index 0687b20267f03d161ac856f7d088f1a2d8ae7956..2f8764ef134d232904394807ba47a6b93596fb32 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]