doc:debug feature is disabled by default

Update guidance to build ACRN from source,
as debug feature is disabled by default in Makefile.

 'RELEASE' shall be 0 if debug feature is required.

Tracked-On: #4222
Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
This commit is contained in:
Yonghua Huang 2019-12-11 13:49:00 +08:00 committed by wenlingz
parent 8956f6d8f7
commit eed89a051f

View File

@ -212,18 +212,20 @@ HYBRID:
Standard VM. Standard VM.
Assuming that you are at the top level of the acrn-hypervisor directory: Assuming that you are at the top level of the acrn-hypervisor directory:
.. note::
Release version is built by default, 'RELEASE=0' is to build debug version.
* Build ``INDUSTRY`` scenario on ``nuc7i7dnb``: * Build ``INDUSTRY`` scenario on ``nuc7i7dnb``:
.. code-block:: none .. code-block:: none
$ make all BOARD=nuc7i7dnb SCENARIO=industry $ make all BOARD=nuc7i7dnb SCENARIO=industry RELEASE=0
* Build ``SDC`` scenario on ``nuc6cayh``: * Build ``SDC`` scenario on ``nuc6cayh``:
.. code-block:: none .. code-block:: none
$ make all BOARD=nuc6cayh SCENARIO=sdc $ make all BOARD=nuc6cayh SCENARIO=sdc RELEASE=0
See the :ref:`hardware` document for information about the platform needs See the :ref:`hardware` document for information about the platform needs
for each scenario. for each scenario.