Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
safe6Sec committed Aug 9, 2021
1 parent 5d9cbe4 commit 24a682e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@

```bash

效果一般
go build -ldflags="-s -w" -o main1.exe -race main.go

效果还可以
go build -ldflags="-s -w" -o main1.exe

效果还可以
go build -ldflags="-s -w -H=windowsgui" -o main2.exe

```

0 comments on commit 24a682e

Please sign in to comment.