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:
parent
dd6d636a43
commit
23f8a09320
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
GO = go
|
||||
GOCCFLAGS = -v
|
||||
GOLDFLAGS =
|
||||
GOLDFLAGS = -ldflags="-s -w"
|
||||
PREFIX = /usr/local
|
||||
|
||||
PROGRAM_NAME=eosio-api-healthcheck
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue