build: remove disableimagecrush tag, as it's now the default
This commit is contained in:
parent
7950ca3004
commit
dba699524f
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user