mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-07-03 11:53:43 +02:00
Makefile: compile without debug info per default.
This commit is contained in:
parent
dd6d636a43
commit
23f8a09320
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
GO = go
|
GO = go
|
||||||
GOCCFLAGS = -v
|
GOCCFLAGS = -v
|
||||||
GOLDFLAGS =
|
GOLDFLAGS = -ldflags="-s -w"
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
|
|
||||||
PROGRAM_NAME=eosio-api-healthcheck
|
PROGRAM_NAME=eosio-api-healthcheck
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue