From e93d945dba501fc4a7b75736c3eb0ee74eb60351 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Sat, 30 Sep 2023 10:50:32 +0200 Subject: [PATCH] Change Makefile to build non-optimized --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 33e506059..0d36c0d64 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: build .PHONY: build build: - go build + go build -gcflags='all=-N -l' .PHONY: install install: