From 56ef606f664f11ea2fc1788f726265e5db5fa791 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 21 Dec 2021 10:29:35 -0600 Subject: debug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7c729c1..27d407a 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ CFLAGS := -O2 -Wall # Pass CFLAGS to each cgo invocation. export CGO_CFLAGS = $(CFLAGS) # By default, we strip the binary to reduce size. -GO_LINK_FLAGS := -s -w +GO_LINK_FLAGS := # Flag to embed the version (pulled from tags) into the binary. TAG_VERSION := $(shell git describe --tags) -- cgit v1.2.3