mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-15 22:53:43 +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:
parent
883b4db380
commit
a88212e2c5
2
utils.mk
2
utils.mk
@ -130,7 +130,7 @@ endef
|
|||||||
|
|
||||||
|
|
||||||
##VAR BUILD_TYPE=release|debug type of rust build
|
##VAR BUILD_TYPE=release|debug type of rust build
|
||||||
BUILD_TYPE = release
|
BUILD_TYPE ?= release
|
||||||
|
|
||||||
##VAR ARCH=arch target to build (format: uname -m)
|
##VAR ARCH=arch target to build (format: uname -m)
|
||||||
HOST_ARCH = $(shell uname -m)
|
HOST_ARCH = $(shell uname -m)
|
||||||
|
Loading…
Reference in New Issue
Block a user