From 0f94bcd44bd0be1e2150b38e780291014c03a870 Mon Sep 17 00:00:00 2001 From: urishapira Date: Thu, 24 Mar 2022 17:27:50 +0200 Subject: [PATCH] added target condition --- .cargo/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.cargo/config b/.cargo/config index 61d9d9e..90522bf 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,2 +1,3 @@ [build] +[target.'cfg(target_os = "windows")'] rustflags = ["-C", "link-args=/STACK:4194304,4194304"]