zardzewialy-dekoder-cif/.cargo/config.toml

9 lines
268 B
TOML
Raw Permalink Normal View History

2022-02-11 07:46:30 -06:00
[target.x86_64-unknown-linux-gnu]
rustflags = [
"-C", "link-args=-fuse-ld=lld",
"-C", "opt-level=3", # I don't think this is useful in release mode, but lets keep it anyways for the placebo
"-C", "target-cpu=native",
2022-02-13 05:50:30 -06:00
"-Clink-arg=-Wl,--no-rosegment"
2022-02-11 07:46:30 -06:00
]