mirror of
https://github.com/encounter/objdiff.git
synced 2025-07-04 20:26:06 +00:00
5 lines
213 B
TOML
5 lines
213 B
TOML
# statically link the C runtime so the executable does not depend on
|
|
# that shared/dynamic library.
|
|
[target.'cfg(all(target_env = "msvc", target_os = "windows"))']
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|