Disable CGO by default

This commit is contained in:
Daniel
2021-05-18 14:20:40 +02:00
parent 2cfdae46b7
commit 275c426aea
3 changed files with 10 additions and 1 deletions

View File

@@ -51,6 +51,8 @@ if [[ $1 == "dev" ]]; then
shift
export CGO_ENABLED=1
DEV="-race"
else
export CGO_ENABLED=0
fi
# build