mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-15 20:44:18 +00:00
13 lines
167 B
TOML
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"]
|