From bf8ec5d33d5b494d9c8152ac189c976bf19fba0b Mon Sep 17 00:00:00 2001 From: sergystepanov Date: Thu, 17 Apr 2025 08:57:32 +0300 Subject: [PATCH] Disable default static build It is broken with SDL2 on Windows --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 70af44de..1fbe81de 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ ROOT = ${REPO_ROOT}/${PROJECT} CGO_CFLAGS='-g -O3' CGO_LDFLAGS='-g -O3' -GO_TAGS=static +GO_TAGS= .PHONY: clean test