Skip to content

Commit

Permalink
Add go install option '-trimpath'
Browse files Browse the repository at this point in the history
  • Loading branch information
voidint committed Aug 10, 2020
1 parent 7d6a935 commit 9c80e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gbb.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "0.6.1",
"tool": "go install -v -ldflags '-s -w'",
"tool": "go install -v -trimpath -ldflags '-s -w'",
"importpath": "github.com/voidint/g/build",
"variables": [
{
Expand Down

0 comments on commit 9c80e15

Please sign in to comment.