Files
2026-07-13 12:08:36 +08:00

9 lines
226 B
TOML

# Link runtime statically so Visual C++ Redist is not required
[target.'cfg(all(windows, target_env = "msvc"))']
rustflags = ["-C", "target-feature=+crt-static"]
[profile.ci]
inherits = "dev"
opt-level = 0
debug = false