Skip to content

Commit

Permalink
fix: stop reducing binary size
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Mar 13, 2022
1 parent 86ff853 commit 7790f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ $(BIN)/$(EXECUTABLE)-debug: $(SOURCES)
$(GOBUILD) -v -tags '$(TAGS)' -ldflags '$(LDFLAGS)' -gcflags '$(GCFLAGS)' -o $@ ./cmd/$(NAME)

.PHONY: release
release: $(DIST) release-linux release-darwin release-windows release-reduce release-checksum
release: $(DIST) release-linux release-darwin release-windows release-checksum

$(DIST):
mkdir -p $(DIST)
Expand Down

0 comments on commit 7790f96

Please sign in to comment.