diff --git a/Makefile b/Makefile index 70af44de..1fbe81de 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ ROOT = ${REPO_ROOT}/${PROJECT} CGO_CFLAGS='-g -O3' CGO_LDFLAGS='-g -O3' -GO_TAGS=static +GO_TAGS= .PHONY: clean test