build: remove disableimagecrush tag, as it's now the default

This commit is contained in:
mappu 2018-06-09 17:55:25 +12:00
parent 7950ca3004
commit dba699524f
1 changed files with 1 additions and 1 deletions

View File

@ -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