diff options
-rw-r--r-- | .cargo/config.toml.mustache | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.cargo/config.toml.mustache b/.cargo/config.toml.mustache index 8456e90..2ae0933 100644 --- a/.cargo/config.toml.mustache +++ b/.cargo/config.toml.mustache @@ -9,6 +9,9 @@ rustflags = ["-L", "{{{nativeDeps}}}/lib"] {{#isWin}} [target.x86_64-pc-windows-msvc] rustflags = ["-L", "{{{nativeDeps}}}\\lib"] + +[target.'cfg(windows)'] +rustflags = ["-C", "link-args=/STACK:16777220"] {{/isWin}} {{#isLinux}} |