Skip to content

Commit

Permalink
feat: remove -buildmode=pie (#12757)
Browse files Browse the repository at this point in the history
  • Loading branch information
kruskall authored May 8, 2024
1 parent dc2077e commit 15c0723
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ build/apm-server-linux-%: GOOS=linux
build/apm-server-darwin-%: GOOS=darwin
build/apm-server-windows-%: GOOS=windows
build/apm-server-%-amd64 build/apm-server-%-amd64.exe: GOARCH=amd64
build/apm-server-%-amd64 build/apm-server-%-amd64.exe: GOFLAGS+=-buildmode=pie
build/apm-server-%-arm64 build/apm-server-%-arm64.exe: GOARCH=arm64
build/apm-server-%-arm64 build/apm-server-%-arm64.exe: GOFLAGS+=-buildmode=pie

GOVERSIONINFO_FLAGS := \
-file-version "$(APM_SERVER_VERSION)" \
Expand Down

0 comments on commit 15c0723

Please sign in to comment.