Skip to content

Commit

Permalink
remove -tags builtinassets
Browse files Browse the repository at this point in the history
  • Loading branch information
mchrome committed Oct 9, 2024
1 parent 0bf7916 commit 836b5b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 > $@
Expand Down

0 comments on commit 836b5b3

Please sign in to comment.