neutauri/.cargo/config.toml

7 lines
127 B
TOML
Raw Normal View History

2022-01-31 09:35:36 +00:00
[profile.release]
lto = true
opt-level = "z"
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]