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 committed by sergystepanov
parent 410610349b
commit debd4b23df

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