Browse Source

Default dev-build to not using GOX

pull/4286/head
Matt Keeler 7 years ago
parent
commit
b2989f82d6
  1. 4
      GNUmakefile

4
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=

Loading…
Cancel
Save