comment on how to link on macOS apple silicon machine

This commit is contained in:
Michael Kefeder 2023-04-19 22:02:32 +02:00
parent 688ba1cf5b
commit cb1cc4d495

View file

@ -36,3 +36,8 @@ opt-level = "s" # optimize for size
codegen-units = 1 # better optimizations
debug = true # symbols are nice and they don't increase the size on Flash
lto = true # better optimzations
[features]
# avoid having to use --allow-multiple-definition linker flag
# on macOS with Apple Silicon at least
#default = ["rp-pico/disable-intrinsics"]