Skip to content

Commit

Permalink
Remove debug symbol stripping on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
braheezy committed May 14, 2024
1 parent b1d5e6b commit 5ca47cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: go get ./...

- name: Build
run: go build -ldflags="-s -w" -gcflags=all="-l -B" -trimpath -buildvcs=false -v .
run: go build -v .

- name: Run UPX
uses: crazy-max/ghaction-upx@v3
Expand Down

0 comments on commit 5ca47cb

Please sign in to comment.