commit ad5b086c518b68a3cee272cb3731ef2b9e6ee1f6
parent 9416e54b6bd8454b4b3e65157777f72dcd2de9fd
Author: Sean Enck <sean@ttypty.com>
Date: Sun, 8 Feb 2026 16:44:59 +0000
remove buildmode flag
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -1,4 +1,4 @@
-GOFLAGS := -trimpath -buildmode=pie -mod=readonly -modcacherw -buildvcs=false
+GOFLAGS := -trimpath -mod=readonly -modcacherw -buildvcs=false
TARGET := target
VERSION ?= "$(shell git describe --abbrev=0 --tags)-$(shell git log -n 1 --format=%h)"
OBJECT := $(TARGET)/lb