mirror of https://github.com/Tim-Paik/neutauri.git
7 lines
127 B
TOML
7 lines
127 B
TOML
|
[profile.release]
|
||
|
lto = true
|
||
|
opt-level = "z"
|
||
|
|
||
|
[target.x86_64-pc-windows-msvc]
|
||
|
rustflags = ["-C", "target-feature=+crt-static"]
|