Skip to content

Commit

Permalink
Strip path from panic stacktraces.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Jun 19, 2019
1 parent 9dfc266 commit e1ee10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION = v0.0.3
LDFLAGS = -ldflags '-s -w'
LDFLAGS = -ldflags '-s -w' -gcflags=-trimpath=${PWD} -asmflags=-trimpath=${PWD}
GOARCH = amd64
linux: export GOOS=linux
linux_arm: export GOOS=linux
Expand Down

0 comments on commit e1ee10f

Please sign in to comment.