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:
parent
1976e55328
commit
82517adbc8
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
sbl-hypervisor-install
|
||||
sbl-hypervisor-install RELEASE=1
|
||||
|
|
Loading…
Reference in New Issue