diff --git a/debian/rules b/debian/rules index a593980..52e7a74 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f export GOCACHE = /tmp/gocache export GOPATH := /usr/share/gocode +export DEB_BUILD_OPTIONS = parallel=16 export GO111MODULE=off ifeq ($(DEB_BUILD_ARCH),sw_64) export GOFLAGS = -vet=off