8 lines
116 B
TOML
8 lines
116 B
TOML
[build]
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|
|
|
|
[profile.release]
|
|
strip = true
|
|
opt-level = "z"
|
|
lto = true
|