Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upInvestigate xgo for cross compilation with cgo #2200
Comments
gz-c
added
the
good first issue
label
Feb 27, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gz-c commentedFeb 25, 2019
We avoid using cgo anywhere in the codebase since it causes problems with cross compilation. However, cgo would be advantageous in some cases (e.g. can use certain optimized libraries, can use libsecp256k1 bindings)
Investigate the viability of using xgo to do this. Test it on linux/osx/windows.