ci: fix Windows build (#30816)

Restores debug symbol generation on Windows, this was missed
in https://github.com/denoland/deno/pull/30778
This commit is contained in:
Bartek Iwańczuk 2025-09-23 02:31:14 +02:00 committed by GitHub
parent c62ea96ad0
commit 3e01e4ba55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
[target.x86_64-pc-windows-msvc] [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))'] [target.'cfg(all(windows, debug_assertions))']
rustflags = [ rustflags = [