lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 23e8d51b825e102141cceb48aa7830d1879a44ab
parent 9243c11a30c569d9953214a7d6fcc81416352fdb
Author: Sean Enck <sean@ttypty.com>
Date:   Thu, 11 Apr 2024 21:37:35 -0400

default GOFLAGS

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -3,6 +3,7 @@ TARGET := $(BUILD)lb VERSION ?= $(shell git log -n 1 --format=%h) VARS := LOCKBOX_ENV=none DESTDIR := /usr/local/bin +GOFLAGS := -ldflags=-linkmode=external -trimpath -buildmode=pie -mod=readonly -modcacherw -buildvcs=false GOOS := GOARCH :=