zardzewialy-dekoder-cif/.cargo/config.toml
2022-02-13 12:50:30 +01:00

9 lines
268 B
TOML

[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",
"-Clink-arg=-Wl,--no-rosegment"
]