diff --git a/utils.mk b/utils.mk index f382990dc2..3c809cf544 100644 --- a/utils.mk +++ b/utils.mk @@ -130,7 +130,7 @@ endef ##VAR BUILD_TYPE=release|debug type of rust build -BUILD_TYPE = release +BUILD_TYPE ?= release ##VAR ARCH=arch target to build (format: uname -m) HOST_ARCH = $(shell uname -m)