diff options
| author | Jeff Carr <[email protected]> | 2025-02-22 07:18:14 -0600 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-22 07:18:14 -0600 | 
| commit | 8ced00be7969d48b7990adfde867112bee9b2af0 (patch) | |
| tree | 0afc9c12c3ba512c754c34883ce00da0e71fe3e1 | |
| parent | 3184badaecee29be7d66b9fa786fcc18fb0f2cc0 (diff) | |
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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  | 
