From 3080ae51794fd99a638de42a5549022d202fc40e Mon Sep 17 00:00:00 2001 From: Wolfgang Gerlach Date: Thu, 25 Jan 2018 11:19:09 -0600 Subject: [PATCH] add comment --- compile.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compile.sh b/compile.sh index e8111611..40d048c9 100755 --- a/compile.sh +++ b/compile.sh @@ -11,3 +11,5 @@ CGO_ENABLED=0 go install -a -installsuffix cgo -v -ldflags="-X github.com/MG-RAS # use this for race debug flag #go install -a -v -race -ldflags "-X github.com/MG-RAST/AWE/lib/conf.GIT_COMMIT_HASH=${GITHASH}" ./awe-worker/ ./awe-server/ + +echo "recompile with: CGO_ENABLED=0 go install ./awe-server" \ No newline at end of file