From 713033fc2e7c6214c3cbe51dd9255e0eff9868bb Mon Sep 17 00:00:00 2001 From: gabrix73 Date: Sun, 12 Apr 2026 16:04:25 +0200 Subject: fix: remove -static linking for Linux, GL and X11 have no static versions --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 527b3c9..5ccd558 100644 --- a/Makefile +++ b/Makefile @@ -71,8 +71,7 @@ linux: install-deps GOOS=linux \ GOARCH=amd64 \ go build \ - -ldflags="$(LDFLAGS) -extldflags '-static'" \ - -tags 'osusergo netgo static_build' \ + -ldflags="$(LDFLAGS)" \ -o $(OUTPUT_DIR)/Linux/khimera-linux \ ./khimera-main.go @chmod +x $(OUTPUT_DIR)/Linux/khimera-linux -- cgit v1.2.3