Skip to content

Commit

Permalink
add verbose on build
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianriobo committed Sep 27, 2023
1 parent 5aa9b41 commit b0918a6
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 @@ -37,7 +37,7 @@ install: $(SOURCES)
go install -ldflags="$(LDFLAGS)" $(GO_EXTRA_BUILDFLAGS) ./cmd

$(BUILD_DIR)/qenvs: $(SOURCES)
GOOS=linux GOARCH=amd64 go build -gcflags="$(GCFLAGS)" -ldflags="$(LDFLAGS)" -o $(BUILD_DIR)/qenvs $(GO_EXTRA_BUILDFLAGS) ./cmd
GOOS=linux GOARCH=amd64 go build -x -gcflags="$(GCFLAGS)" -ldflags="$(LDFLAGS)" -o $(BUILD_DIR)/qenvs $(GO_EXTRA_BUILDFLAGS) ./cmd

.PHONY: build
build: $(BUILD_DIR)/qenvs
Expand Down

0 comments on commit b0918a6

Please sign in to comment.