7 lines
154 B
TOML
7 lines
154 B
TOML
[target.x86_64-pc-windows-gnullvm]
|
|
rustflags = [
|
|
"-C", "link-arg=-static",
|
|
"-C", "link-arg=-static-libgcc",
|
|
"-C", "link-self-contained=yes"
|
|
]
|