From eec8620e49a79481eed78148a1f4d6279e96b974 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sat, 22 Apr 2017 14:36:05 +0200 Subject: [PATCH] Make compilation more verbose --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 857255e..5a97685 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ BUILD := $(shell date --iso-8601=seconds --utc) GOFILES := $(wildcard *.go) cacert-boardvoting: ${GOFILES} - go build -o $@ -ldflags "-X 'main.version=${VERSION}' -X 'main.build=${BUILD}'" + go build -o $@ -x -ldflags " -X 'main.version=${VERSION}' -X 'main.build=${BUILD}'" clean: rm -f cacert-boardvoting