Added RELEASE=1 flag to build and install as

With debug, Kernel booting of serial_8250 takes 270ms
while release enabled, serial_8250 takes only 1.5ms.

Signed-off-by: santoshkumar <santoshkumar.laxminarayan.rai@intel.com>
This commit is contained in:
santoshkumar 2018-08-14 04:53:36 +00:00 committed by Miguel Bernal Marin
parent 1976e55328
commit 82517adbc8
2 changed files with 2 additions and 3 deletions

View File

@ -1,2 +1 @@
all sbl-hypervisor BUILD_VERSION=”%{version}_%{release}” BUILD_TAG=”%{version}”
-
all sbl-hypervisor BUILD_VERSION=”%{version}_%{release}” BUILD_TAG=”%{version}” RELEASE=1

View File

@ -1 +1 @@
sbl-hypervisor-install
sbl-hypervisor-install RELEASE=1