Update: Makefile since we dont use sqlite3 and CGO
This commit is contained in:
2
Makefile
2
Makefile
@@ -4,7 +4,7 @@ web:
|
||||
cd web && npm run build
|
||||
|
||||
linux:
|
||||
go build -v -ldflags '-linkmode=external -extldflags=-static' -tags sqlite_omit_load_extension,netgo
|
||||
CGO_ENABLED=0 go build -v -ldflags '-extldflags=-static'
|
||||
|
||||
windows:
|
||||
CC=x86_64-w64-mingw32-gcc CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build -v
|
||||
|
||||
Reference in New Issue
Block a user