Skip to content

Commit

Permalink
build: keep debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Oct 12, 2024
1 parent 2d534b5 commit 6ad7015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tasks:
generates:
- ./dist/chii.exe
cmds:
- go build -ldflags '-w -s' -trimpath -o dist/chii.exe main.go
- go build -trimpath -o dist/chii.exe main.go
env:
CGO_ENABLED: "0"

Expand Down

0 comments on commit 6ad7015

Please sign in to comment.