summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-22 07:18:14 -0600
committerJeff Carr <[email protected]>2025-02-22 07:18:14 -0600
commit8ced00be7969d48b7990adfde867112bee9b2af0 (patch)
tree0afc9c12c3ba512c754c34883ce00da0e71fe3e1
parent3184badaecee29be7d66b9fa786fcc18fb0f2cc0 (diff)
build was wrongv0.22.23v0.22.22
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b6b7b32..e036586 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ BUILDTIME = $(shell date +%Y.%m.%d)
all: clean goimports vet andlabs.so
andlabs.so:
- GO111MODULE=off go build -v -buildmode=plugin -o andlabs.so \
+ GO111MODULE=off go build -v -x -buildmode=plugin -o andlabs.so \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
install: clean