Skip to content

Commit

Permalink
COmbined
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasballinger committed Jan 30, 2025
1 parent 8637c12 commit 4fb721a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ rustflags = [
"-Ctarget-feature=+crt-static",
"-Clink-arg=/DEFAULTLIB:libcmt",
"-Clink-arg=/DEFAULTLIB:libvcruntime",
"-Clink-arg=/DEFAULTLIB:libucrt"
"-Clink-arg=/DEFAULTLIB:libucrt",
"-Clink-arg=/NODEFAULTLIB:msvcrt",
"-Clink-arg=/NODEFAULTLIB:msvcprt"
]

[target.x86_64-pc-windows-msvc.env]
Expand Down

0 comments on commit 4fb721a

Please sign in to comment.