From 0f638e7d43f383a3135e470cf0aead42e6c41935 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sat, 21 Sep 2024 12:39:56 +0300 Subject: [PATCH] Some optimizations in the make file --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 7bf99da..d7007a2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,7 +2,7 @@ GOBIN ?= go GOMODTIDY ?= $(GOBIN) mod tidy LDFLAGS ?= -s -w LDFLAGS_WIN ?= -H windowsgui -s -w -GOFLAGS ?= -trimpath +GOFLAGS ?= -a -trimpath -gcflags=all="-l -B -e" SOURCES_GUI = -tags gui BIN = streamgoose