mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
comment on how to link on macOS apple silicon machine
This commit is contained in:
parent
688ba1cf5b
commit
cb1cc4d495
1 changed files with 5 additions and 0 deletions
|
@ -36,3 +36,8 @@ opt-level = "s" # optimize for size
|
||||||
codegen-units = 1 # better optimizations
|
codegen-units = 1 # better optimizations
|
||||||
debug = true # symbols are nice and they don't increase the size on Flash
|
debug = true # symbols are nice and they don't increase the size on Flash
|
||||||
lto = true # better optimzations
|
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"]
|
||||||
|
|
Loading…
Reference in a new issue