Skip to content

Commit

Permalink
chore: optimizes the size of the executable
Browse files Browse the repository at this point in the history
  • Loading branch information
siyul-park committed Nov 25, 2023
1 parent 28c1e2c commit b391d5d
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 @@ -24,7 +24,7 @@ generate:
build:
@go clean -cache
@mkdir -p dist
@go build -o dist ./...
@go build -ldflags "-s -w" -o dist ./...

.PHONY: clean
clean:
Expand Down

0 comments on commit b391d5d

Please sign in to comment.