Add release tag to travis and Makefile

This commit is contained in:
Alexander Neumann
2015-06-21 17:15:15 +02:00
parent 5ae04b6834
commit ae01af045d
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ all: restic
%: cmd/% .gopath $(SOURCE)
cd $(BASEPATH) && \
go build -a -ldflags "-s" -o $@ ./$<
go build -a -tags release -ldflags "-s" -o $@ ./$<
%.debug: cmd/% .gopath $(SOURCE)
cd $(BASEPATH) && \