From f0283db298b89306f28391bc1f2a93edf9572b2f Mon Sep 17 00:00:00 2001 From: Nikodemas Tuckus Date: Thu, 9 Nov 2023 15:14:23 +0100 Subject: [PATCH] Update Makefile --- rucio-dataset-monitoring/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rucio-dataset-monitoring/Makefile b/rucio-dataset-monitoring/Makefile index fef02745..be3497e1 100644 --- a/rucio-dataset-monitoring/Makefile +++ b/rucio-dataset-monitoring/Makefile @@ -1,5 +1,5 @@ VERSION=`git describe --tags` -flags=-ldflags "-s -w -extldflags '-static' -X main.gitVersion=${VERSION}" +flags=-ldflags="-s -w -X main.gitVersion=${VERSION}" all: build