Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusOllah committed Jan 6, 2025
1 parent 2a4f3a7 commit 47ec4a9
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 @@ -3,7 +3,7 @@ GO = go
GOOS ?= $(shell $(GO) env GOOS)
GOARCH ?= $(shell $(GO) env GOARCH)

GO_FLAGS = -gcflags="-dwarf=false" -ldflags="-s -w"
GO_FLAGS = -v -gcflags="-dwarf=false" -ldflags="-s -w"

BINARY = ./bin/$(GOOS)-$(GOARCH)

Expand Down

0 comments on commit 47ec4a9

Please sign in to comment.