Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix(gc): Add protobuf build flag to allow duplicate protobuf declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis Lehmann committed Feb 14, 2022
1 parent 1718dab commit aa71ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamecoordinatorclient/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tidy:

.PHONY: build
build:
@go build -o gamecoordinatorclient *.go
@go build -ldflags "-X google.golang.org/protobuf/reflect/protoregistry.conflictPolicy=warn" -o gamecoordinatorclient *.go

.PHONY: test
test:
Expand Down

0 comments on commit aa71ade

Please sign in to comment.