aboutsummaryrefslogtreecommitdiffhomepage
path: root/.cargo/config.toml
blob: 6833199d35ebb58f3cbff8c66eba6e2b8f3caf0e (plain)
1
2
3
4
5
[build]
rustflags = ["-C", "target-cpu=haswell"]

[target."x86_64-pc-windows-gnu"]
rustflags = ["-C", "link-self-contained=y", "-C", "target-cpu=haswell"]