Skip to content

Commit

Permalink
Dropping some linker options to see if they clean up our builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-gould committed Mar 18, 2022
1 parent 51a7b86 commit 9dcb87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9dcb87b

Please sign in to comment.