From af1adb44ce90c1634dbfc0c1f3b04ef30e190292 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Sun, 26 Mar 2017 19:23:53 +0300 Subject: [PATCH] Remove `-x` flag for `go install` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c453419..087aba83 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ check: gometalinter --vendor --vendored-linters --config=linter.json ./... install: - go install -x -v -ldflags "-X main.Version=$(VERSION)" + go install -v -ldflags "-X main.Version=$(VERSION)" system-test: install if [ ! -e ~/aptly-fixture-db ]; then git clone https://github.com/aptly-dev/aptly-fixture-db.git ~/aptly-fixture-db/; fi