CVSROOT: /cvs Module name: ports Changes by: [email protected] 2017/01/30 09:58:40
Modified files:
lang/go : go.port.mk
Log message:
Split -ldflags="-s -w" from MODGO_FLAGS and instead:
- create a new MODGO_LDFLAGS variable
- set MODGO_LDFLAGS to "-s -w" by default (no DEBUG)
- add -ldflags="${MODGO_LDFLAGS}" to the build and test CMDs if
MODGO_LDFLAGS is defined
ok czarkoff@ jsing@
