Skip to content

Commit

Permalink
fix windows stack overflow (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonHX authored and davidiw committed Aug 19, 2022
1 parent 097de60 commit 97a771c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ xtest = "run --package x --bin x -- test"
xlint = "run --package x --bin x -- lint"
xbuild = "run --package x --bin x -- build"
nextest = "run --package x --bin x -- nextest"

[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "link-arg=/STACK:8000000"]

0 comments on commit 97a771c

Please sign in to comment.