Skip to content

Commit

Permalink
build: disable function inlining
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarble committed Feb 14, 2024
1 parent 8b70e72 commit 9f1523c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ builds:
flags:
- -trimpath
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.CommitDate}}

gcflags:
- all=-l -B
mod_timestamp: '{{ .CommitTimestamp }}'
main: ./cmd/termsvg

Expand Down

0 comments on commit 9f1523c

Please sign in to comment.