https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233335

Dmitri Goutnik <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Dmitri Goutnik <[email protected]> ---
One possible workaround would be to avoid stripping Go-built executables during
install and omit symbol table and debug information during link instead (with
-ldflags="-s -w" go build flag) [1]

For ports that use USES=go this could be done on ports framework level (unless
WITH_DEBUG specified)

[1] https://golang.org/cmd/link/

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to