Skip to content

Commit

Permalink
feat: remove -buildmode=pie (#12757) (#13371)
Browse files Browse the repository at this point in the history
(cherry picked from commit 15c0723)

Co-authored-by: kruskall <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
mergify[bot] and kruskall authored Jun 9, 2024
1 parent 4f6dd7e commit fa3b32f
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 fa3b32f

Please sign in to comment.