1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-18 05:00:03 +02:00

Makefile: compile without debug info per default.

This commit is contained in:
Henrik Hautakoski 2020-06-23 16:53:35 +02:00
parent dd6d636a43
commit 23f8a09320

View file

@ -1,7 +1,7 @@
GO = go
GOCCFLAGS = -v
GOLDFLAGS =
GOLDFLAGS = -ldflags="-s -w"
PREFIX = /usr/local
PROGRAM_NAME=eosio-api-healthcheck