Skip to content

Commit

Permalink
add verbose build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Oct 4, 2024
1 parent e6e5ffc commit e98f790
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 @@ -16,7 +16,7 @@ else ifeq ($(findstring -dev.,$(PACKAGE_VERSION)), -dev.)
endif

BUILD_LDFLAGS := "-s -w -X $(PACKAGE_NAME)/cli.Version=$(PACKAGE_VERSION)"
BUILD_FLAGS =
BUILD_FLAGS = -v

ifdef DEBUG
BUILD_FLAGS += -x
Expand Down

0 comments on commit e98f790

Please sign in to comment.