From 82f2586a489c0d7f5b04f30094ff1f41d1815f91 Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Tue, 26 Jun 2018 14:26:23 -0400 Subject: [PATCH] Default dev-build to not using GOX --- GNUmakefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index ff213cf7b..0948a8775 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -84,6 +84,9 @@ else PUB_WEBSITE_ARG= endif +NOGOX?=1 + +export NOGOX export GO_BUILD_TAG export UI_BUILD_TAG export UI_LEGACY_BUILD_TAG @@ -94,6 +97,7 @@ export GIT_DESCRIBE export GOTAGS export GOLDFLAGS + DEV_PUSH?=0 ifeq ($(DEV_PUSH),1) DEV_PUSH_ARG=