1
0
mirror of https://github.com/Tim-Paik/neutauri.git synced 2024-10-12 23:29:41 +00:00
Files
neutauri/.cargo/config.toml
2022-01-31 17:35:36 +08:00

7 lines
127 B
TOML

[profile.release]
lto = true
opt-level = "z"
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]