From bbe337ee3d15ba3f3083595e9f57e9b7925a634f Mon Sep 17 00:00:00 2001 From: Miguel Bernal Marin Date: Mon, 16 Dec 2019 12:05:53 -0600 Subject: [PATCH] build debug version by default ACRN changed to build release version by default, let's build acrn as debug version for now. Fixes: https://github.com/projectacrn/acrn-hypervisor/commit/422a051c30742524faeffe314cd67287fda26ff2 --- make_args | 2 +- make_install_args | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/make_args b/make_args index b2d3c03..c344225 100644 --- a/make_args +++ b/make_args @@ -1 +1 @@ -all sbl-hypervisor BUILD_VERSION=”%{version}_%{release}” BUILD_TAG=”%{version}” +RELEASE=0 all sbl-hypervisor BUILD_VERSION=”%{version}_%{release}” BUILD_TAG=”%{version}” diff --git a/make_install_args b/make_install_args index 81ed4cb..1d03f25 100644 --- a/make_install_args +++ b/make_install_args @@ -1 +1 @@ -sbl-hypervisor-install hypervisor-install-debug sbl-hypervisor-install-debug +RELEASE=0 sbl-hypervisor-install hypervisor-install-debug sbl-hypervisor-install-debug