From 23f8a09320dfc24c988a6d95119de8494d638d44 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 23 Jun 2020 16:53:35 +0200 Subject: [PATCH] Makefile: compile without debug info per default. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9f8e141..d65abbe 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ GO = go GOCCFLAGS = -v -GOLDFLAGS = +GOLDFLAGS = -ldflags="-s -w" PREFIX = /usr/local PROGRAM_NAME=eosio-api-healthcheck