From 9cd1d582e2331a0d3c41cd5b1848c0d4ed86ef5d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 18 Feb 2025 14:58:42 -0600 Subject: window close works --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6ee8dae..4844b42 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ vet: @echo this go plugin builds okay gocui: - GO111MODULE=off go build -v -buildmode=plugin -o gocui.so \ + GO111MODULE=off go build -v -x -buildmode=plugin -o gocui.so \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" install: -- cgit v1.2.3