From 9dcb87b2520164a9eacd2e2975119e3be67d35ad Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 18 Mar 2022 21:19:47 +0000 Subject: [PATCH] Dropping some linker options to see if they clean up our builds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f6babce..67d974c 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ MANPAGES_DIR := man GO_TAGS := osusergo netgo static_build # GO LD FLAGS -GO_LD_FLAGS := -s -w -extldflags "-fno-PIC -static -Wl -z now -z relro" +GO_LD_FLAGS := -s -w -extldflags "-fno-PIC -static" GO_LD_FLAGS += -X github.com/axiomhq/pkg/version.release=$(RELEASE) GO_LD_FLAGS += -X github.com/axiomhq/pkg/version.revision=$(REVISION) GO_LD_FLAGS += -X github.com/axiomhq/pkg/version.buildDate=$(BUILD_DATE)