summaryrefslogtreecommitdiffstats
path: root/.cargo/config.toml
blob: 7db936b4995e4b093177597eb6b391e015d818fa (plain)
1
2
3
4
5
6
7
8
# On Windows MSVC, statically link the C runtime so that the resulting EXE does
# not depend on the vcruntime DLL.
#
# See: https://github.com/BurntSushi/ripgrep/pull/1613
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
[target.i686-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]