thockin / go-build-template

A Makefile/Dockerfile example for Go projects.
Apache License 2.0
3.25k stars 433 forks source link

Add some configurable flag for using CGO (while keep building a static binary) #98

Open jingyuanliang opened 1 year ago

jingyuanliang commented 1 year ago

The overall goal is to enable to use of boringcrypto. While this requires some other changes, they should be possible with Make flag overrides, except for this CGO one.