diff --git a/Makefile b/Makefile index 3dca9c0..46119fe 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ SOURCES:=Makefile \ cmd $(wildcard cmd/contented/*.go) \ $(wildcard *.go) -GOFLAGS := -tags 'disableimagecrush' -ldflags='-s -w -X code.ivysaur.me/contented.SERVER_HEADER=contented/${VERSION}' -gcflags='-trimpath=$(GOPATH)' -asmflags='-trimpath=$(GOPATH)' +GOFLAGS := -ldflags='-s -w -X code.ivysaur.me/contented.SERVER_HEADER=contented/${VERSION}' -gcflags='-trimpath=$(GOPATH)' -asmflags='-trimpath=$(GOPATH)' # # Phony targets