Skip to content

Commit

Permalink
Update crypto/keys/secp256k1/internal/secp256k1/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Marko <[email protected]>
  • Loading branch information
JulianToledano and tac0turtle authored Nov 3, 2023
1 parent 432eff3 commit dd13e16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crypto/keys/secp256k1/internal/secp256k1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
If a project is importing [go-ethereum](https://github.com/ethereum/go-ethereum) and the Cosmos SDK, cgo secp256k1 will only work on linux operating systems due to duplicated symbols. If you are testing on a mac, we recommend using a docker container or something similar.

To avoid duplicate symbol errors `ldflags` must be set to allow for multiple definitions.
this `ldflags` must set to allow multiple definitions. This only works with Linux machines.

#### Gcc

Expand Down

0 comments on commit dd13e16

Please sign in to comment.