From 836b5b312cf88a4d45543d30c2c1d74b3460625a Mon Sep 17 00:00:00 2001 From: Artyom Antonov Date: Wed, 9 Oct 2024 19:39:48 +0500 Subject: [PATCH] remove -tags builtinassets --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8f8b2995..d6311fce 100644 --- a/Makefile +++ b/Makefile @@ -28,10 +28,10 @@ clean: rm -f sha256sum md5sum $(NAME): $(SRCS) - $(GO) build -tags builtinassets -ldflags '-X main.BuildVersion=$(VERSION)' $(MODULE) + $(GO) build -ldflags '-X main.BuildVersion=$(VERSION)' $(MODULE) debug: $(SRCS) - $(GO) build -tags builtinassets -ldflags '-X main.BuildVersion=$(VERSION)' -gcflags=all='-N -l' $(MODULE) + $(GO) build -ldflags '-X main.BuildVersion=$(VERSION)' -gcflags=all='-N -l' $(MODULE) deploy/doc/graphite-clickhouse.conf: $(NAME) ./$(NAME) -config-print-default > $@