knurling-rs / flip-link

Adds zero-cost stack overflow protection to your embedded programs
Apache License 2.0
270 stars 6 forks source link

Recommend `target.'cfg(..)'.linker` for recent Cargo versions #92

Closed nilfit closed 6 months ago

nilfit commented 6 months ago

Since Cargo version 1.74, the linker can be selected without using rustflags. This way of setting it causes less conflict with other uses of RUSTFLAGS, which may need to be set outside .cargo/config.toml.

Urhengulas commented 6 months ago

Nice! Thank you :D