You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.
Hi,
there seems to be a problem when you modify go code, and makefile tries to rebuild server. If there is any compile time error the makefile recipe crashes.
Possible soultion would be prefixing build command with - :
-@go build -ldflags '$(LDFLAGS)' -o $@ $(IMPORT_PATH)/server
Failed build will be ignored this way and old binary would be used
The text was updated successfully, but these errors were encountered:
Hi,
there seems to be a problem when you modify go code, and makefile tries to rebuild server. If there is any compile time error the makefile recipe crashes.
Possible soultion would be prefixing build command with - :$@ $ (IMPORT_PATH)/server
-@go build -ldflags '$(LDFLAGS)' -o
Failed build will be ignored this way and old binary would be used
The text was updated successfully, but these errors were encountered: