Nov 18, 2019

[Go] compile commands

List arguments for -gcflags:
$ go tool compile -help

i.e
$ go build -gcflags="-N -l"

List all commands go build do:
$ go build -x


No comments:

Post a Comment

Note: Only a member of this blog may post a comment.