From 3e01e4ba55c6dfa5f9cfe2f932dc6f8f00b302e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 23 Sep 2025 02:31:14 +0200 Subject: [PATCH] ci: fix Windows build (#30816) Restores debug symbol generation on Windows, this was missed in https://github.com/denoland/deno/pull/30778 --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 460ec528da..ec13c66114 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,5 @@ [target.x86_64-pc-windows-msvc] -rustflags = ["-C", "target-feature=+crt-static", "-C", "debuginfo=0", "-C", "link-arg=/DEBUG:NONE"] +rustflags = ["-C", "target-feature=+crt-static", "-C", "symbol-mangling-version=v0"] [target.'cfg(all(windows, debug_assertions))'] rustflags = [