Skip to content

Commit 3e01e4b

Browse files
authored
ci: fix Windows build (#30816)
Restores debug symbol generation on Windows, this was missed in #30778
1 parent c62ea96 commit 3e01e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[target.x86_64-pc-windows-msvc]
2-
rustflags = ["-C", "target-feature=+crt-static", "-C", "debuginfo=0", "-C", "link-arg=/DEBUG:NONE"]
2+
rustflags = ["-C", "target-feature=+crt-static", "-C", "symbol-mangling-version=v0"]
33

44
[target.'cfg(all(windows, debug_assertions))']
55
rustflags = [

0 commit comments

Comments
 (0)