From f1633a2ab8cb10cb49642c16700379270fb9dc99 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 25 May 2023 20:42:57 +0200 Subject: Add Golang race detector to debug runs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c6e9352..7a91c74 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ clean: rm -rf $(BUILDDIR) debug: - go run $(LIMOX_GO_PACKAGE) + go run -race $(LIMOX_GO_PACKAGE) install: $(LIMOX) install -Dm 755 $(LIMOX) $(LIMOX_INSTALL) -- cgit v1.2.3-70-g09d2