mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
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:
parent
c62ea96ad0
commit
3e01e4ba55
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue