Skip to content
Snippets Groups Projects
user avatar
Niall Sheridan authored
sqlite uses CGO which prevents the building of statically-linked binaries.
This change will omit sqlite support when building a static binary with:
CGO_ENABLED=0 go build --ldflags '-extldflags "-static"'
7062ddef
History
Name Last commit Last update