Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 8, 2024
1 parent f56d998 commit 1ac8a10
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ rustflags = ["-C", "link-args=-Wl,--warn-unresolved-symbols"]
# Use Hybrid CRT to reduce the size of the binary (Coming by default with Windows 10 and later versions).
[target.'cfg(target_os = "windows")']
rustflags = [
"-C", "link-args=/FORCE",
"-C", "link-args=/NODEFAULTLIB:libucrt.lib",
"-C", "link-args=/DEFAULTLIB:ucrt.lib"
"-C",
"link-args=/FORCE",
"-C",
"link-args=/NODEFAULTLIB:libucrt.lib",
"-C",
"link-args=/DEFAULTLIB:ucrt.lib",
]

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

0 comments on commit 1ac8a10

Please sign in to comment.