Skip to content

abuild.conf: add -trimpath flag

Jakub Panek requested to merge (removed):trimpath into master

from go help build:

remove all file system paths from the resulting executable.
Instead of absolute file system paths, the recorded file names
will begin either a module path@version (when using modules),
or a plain import path (when using the standard library, or GOPATH).

Merge request reports