forked from mirrors/jj
6 lines
260 B
TOML
6 lines
260 B
TOML
|
# NOTE: on Windows, build with the static CRT, so that produced .exe files don't
|
||
|
# depend on vcruntime140.dll; otherwise the user requires visual studio if they
|
||
|
# download a raw .exe
|
||
|
[target.x86_64-pc-windows-msvc]
|
||
|
rustflags = ["-Ctarget-feature=+crt-static"]
|