Some optimizations in the make file

This commit is contained in:
Luxferre
2024-09-21 12:39:56 +03:00
parent 3b84bc6c55
commit 0f638e7d43
+1 -1
View File
@@ -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