]> Cypherpunks repositories - gostls13.git/commit
cmd/go: don't generate DWARF in the compiler if the linker will discard it
authorJosh Bleecher Snyder <josharian@gmail.com>
Sun, 16 Apr 2017 13:14:27 +0000 (06:14 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 17 Apr 2017 03:16:36 +0000 (03:16 +0000)
commit87065a3c13f373072c1db81dbf3832f0b9e17492
treed87008f76a7664fcd70f5f528fcd25dfa73543dd
parentda67c23fbbd72f2dca280582fc2125e1cb35d830
cmd/go: don't generate DWARF in the compiler if the linker will discard it

Change-Id: I7610f968f5c22b51a6a8813d6f31ccb772a12ba9
Reviewed-on: https://go-review.googlesource.com/40858
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/internal/work/build.go