From 7baca66a56f67fa5722b689cbff747eac12b857e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 18 Jan 2025 11:59:33 +0900 Subject: proc: remove duplicate compile-time fortify reference This is no longer needed since shim and init are now part of the main program. Signed-off-by: Ophestra --- dist/release.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'dist') diff --git a/dist/release.sh b/dist/release.sh index 53f21dcc..05be8404 100755 --- a/dist/release.sh +++ b/dist/release.sh @@ -11,7 +11,6 @@ cp -rv "comp" "${out}" go generate ./... go build -trimpath -v -o "${out}/bin/" -ldflags "-s -w -buildid= -extldflags '-static' -X git.gensokyo.uk/security/fortify/internal.Version=${VERSION} - -X git.gensokyo.uk/security/fortify/internal.Fortify=/usr/bin/fortify -X git.gensokyo.uk/security/fortify/internal.Fsu=/usr/bin/fsu -X main.Fmain=/usr/bin/fortify" ./... -- cgit v1.3.1