From 899fffaba790c06db65f15d3c52ec6fa72d0616c Mon Sep 17 00:00:00 2001 From: Vitaliy Vlasov Date: Tue, 11 Apr 2023 13:37:25 +0300 Subject: [PATCH] Print tags in statusgo-shared-library recipe --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 826cae92017..426d8395164 100644 --- a/Makefile +++ b/Makefile @@ -170,6 +170,7 @@ statusgo-shared-library: ##@cross-compile Build status-go as shared library for mkdir -p $(GOBIN)/statusgo-lib go run cmd/library/*.go > $(GOBIN)/statusgo-lib/main.go @echo "Building shared library..." + @echo "Tags: $(BUILD_TAGS)" $(GOBIN_SHARED_LIB_CFLAGS) $(GOBIN_SHARED_LIB_CGO_LDFLAGS) go build \ -tags '$(BUILD_TAGS)' \ $(BUILD_FLAGS) \