Files
config-forge/.cargo/config.toml
7000pctAUTO 929c35a61e
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
Initial commit: ConfigForge multi-format config converter CLI
2026-01-29 15:12:32 +00:00

8 lines
116 B
TOML

[build]
rustflags = ["-C", "target-feature=+crt-static"]
[profile.release]
strip = true
opt-level = "z"
lto = true