Skip to content

Commit 6bfd2f6

Browse files
authored
Revert "#incident-59224: drop DWARF from Windows Go test binary links (#54903)"
This reverts commit 078d86b.
1 parent fe95fbe commit 6bfd2f6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tasks/gotest.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -662,9 +662,6 @@ def test(
662662
build_cpus_opt = f"-p {cpus}" if cpus else ""
663663
test_cpus_opt = f"-parallel {cpus}" if cpus else ""
664664
trimpath_opt = "-trimpath" if 'DELVE' not in os.environ else ""
665-
if sys.platform == "win32" and "DELVE" not in os.environ:
666-
# incident-59224: omit DWARF to deflate peak link memory, while preserving symbol table diagnostics
667-
ldflags += "-w"
668665

669666
nocache = '-count=1' if not cache else ''
670667

0 commit comments

Comments
 (0)