mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-05 02:40:18 +00:00
utils.mk: update BUILD_TYPE argument
Enable to dynamically set BUILD_TYPE argument. Fixes: #7284 Signed-off-by: xuejun-xj <jiyunxue@linux.alibaba.com>
This commit is contained in:
2
utils.mk
2
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)
|
||||
|
Reference in New Issue
Block a user