Skip to content

Commit

Permalink
fix(build): instruct users to use GOTAGS, not GOFLAGS
Browse files Browse the repository at this point in the history
GOFLAGS will _override_ all the flags. If we just want to set a tag e.g., enable
OpenSSL, we should set GOTAGS=openssl.

fixes ipfs#6622 (comment)
  • Loading branch information
Stebalien authored and Walter Beegle committed Jun 6, 2020
1 parent 3dfa7c9 commit 91e9d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ receiving multiple inbound connections per second.
To enable openssl support, rebuild go-ipfs with:

```bash
> make build GOFLAGS=-tags=openssl
> make build GOTAGS=openssl
```

### CoreAPI
Expand Down

0 comments on commit 91e9d17

Please sign in to comment.