Some optimizations in the make file
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ GOBIN ?= go
|
|||||||
GOMODTIDY ?= $(GOBIN) mod tidy
|
GOMODTIDY ?= $(GOBIN) mod tidy
|
||||||
LDFLAGS ?= -s -w
|
LDFLAGS ?= -s -w
|
||||||
LDFLAGS_WIN ?= -H windowsgui -s -w
|
LDFLAGS_WIN ?= -H windowsgui -s -w
|
||||||
GOFLAGS ?= -trimpath
|
GOFLAGS ?= -a -trimpath -gcflags=all="-l -B -e"
|
||||||
SOURCES_GUI = -tags gui
|
SOURCES_GUI = -tags gui
|
||||||
BIN = streamgoose
|
BIN = streamgoose
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user