From 01572a2c0a550354d9d79f5c514f67169cb4f17d Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Thu, 20 Apr 2023 23:41:24 +0200 Subject: Set +crt-static on x86_64-pc-windows-msvc --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..ac2b23f --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[target.x86_64-pc-windows-msvc] +rustflags = ["-C", "target-feature=+crt-static"] -- cgit v1.2.3