Skip to content

Commit

Permalink
Add no c flag for building commands
Browse files Browse the repository at this point in the history
  • Loading branch information
lalabuy948 committed Jul 13, 2019
1 parent f2db38b commit 0d4e8e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,12 +272,12 @@ To dump the latest 100 users with their orders:
For linux

```zsh
GOOS=linux GOARCH=amd64 go build -o klepto-linux-amd64
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o klepto-linux
```

For macos
```
GOOS=darwin GOARCH=amd64 go build -o klepto-darwin
GOOS=darwin GOARCH=amd64 CGO_ENABLED=0 go build -o klepto-darwin
```

[Here is all target values](https://gist.github.com/asukakenji/f15ba7e588ac42795f421b48b8aede63)
Expand Down

0 comments on commit 0d4e8e9

Please sign in to comment.