View | Details | Raw Unified | Return to bug 273568
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +4 lines)
Lines 99-100 Link Here
99
.  if !defined(WITH_DEBUG) && empty(GO_BUILDFLAGS:M-ldflags*)
99
.  if defined(WITH_DEBUG)
100
GO_BUILDFLAGS+=	-ldflags=-s
100
GO_BUILDFLAGS+= -gcflags=all="-N -l"
101
--
101
.  elif empty(GO_BUILDFLAGS:M-ldflags*)
102
GO_BUILDFLAGS+=	-ldflags=-s -w

Return to bug 273568