From 1ac8a10d394ded8a627a1a659163bb15c7e869d1 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 13:48:26 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- .cargo/config.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 303210ca0c1dce..1394a0b0b1365b 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -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]