9 lines
226 B
TOML
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
|