Skip to content

Commit

Permalink
strip symbol and DWARF tables (#3534)
Browse files Browse the repository at this point in the history
  • Loading branch information
zricethezav authored Oct 30, 2024
1 parent 84ec670 commit b6ace9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
builds:
- binary: trufflehog
ldflags:
- -X 'github.com/trufflesecurity/trufflehog/v3/pkg/version.BuildVersion={{ .Version }}'
- -s -w -X 'github.com/trufflesecurity/trufflehog/v3/pkg/version.BuildVersion={{ .Version }}'
env: [CGO_ENABLED=0]
goos:
- linux
Expand Down

0 comments on commit b6ace9d

Please sign in to comment.