cmd/go: add -debug flag (default true) to control DWARF/etc info in binary · Issue #38777 · golang/go

Many gophers know that they can strip DWARF from their binaries with -ldflags=-w. But this is fairly cryptic, and it doesn't give the compiler the opportunity to save time and space by not generati...