Files
sdk-cpp/.cargo/config.toml
2023-12-08 17:01:58 -03:00

13 lines
167 B
TOML

# Shared
[profile.dev]
lto = "off"
[profile.release]
lto = "thin"
# Windows
[target.'cfg(target_os = "windows")']
rustflags = ["-C", "target-feature=+crt-static"]