Disable default static build

It is broken with SDL2 on Windows
This commit is contained in:
sergystepanov 2025-04-17 08:57:32 +03:00
parent e0df6ec0b8
commit bf8ec5d33d

View file

@ -4,7 +4,7 @@ ROOT = ${REPO_ROOT}/${PROJECT}
CGO_CFLAGS='-g -O3'
CGO_LDFLAGS='-g -O3'
GO_TAGS=static
GO_TAGS=
.PHONY: clean test