1
Fork 0

fix spurious linking issue

This commit is contained in:
Andy Killorin 2024-05-14 13:51:26 -05:00
parent 5fa38b2079
commit b42e73480a
Signed by: ank
GPG key ID: 23F9463ECB67FE8C

View file

@ -3,6 +3,8 @@ target = "avr-specs/avr-atmega328p.json"
[target.'cfg(target_arch = "avr")']
runner = "ravedude uno -cb 57600"
# Workaround for: https://github.com/rust-lang/compiler-builtins/issues/420
rustflags = ["-C", "link-arg=-Wl,--allow-multiple-definition"]
[unstable]
build-std = ["core"]