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