Skip to content

Commit

Permalink
copy common files (Makefile: remove GO_PURE)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrre committed Aug 11, 2024
1 parent f4a59ee commit 5338de0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile-common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ GO_TOOL_COVER=$(GO_TOOL) cover
GO_MODULE=$(shell $(GO_LIST) -m)

GO_TAGS?=
GO_PURE?=false
ifeq ($(GO_PURE),true)
override GO_TAGS:=$(GO_TAGS),purego
endif
ifneq ($(GO_TAGS),)
GO_TAGS_FLAG=$(SPACE)-tags=$(GO_TAGS)
else
Expand Down

0 comments on commit 5338de0

Please sign in to comment.