- 
CONFIG_RELEASE¶ 
Release build
Type: bool
Help¶
Whether to build a release version of the hypervisor. Logs, serial console and hypervisor shell are available only in non-release (i.e. debug) builds. Assertions are not effective in release builds.
Defaults¶
- “n”
 
Kconfig definition¶
At arch/x86/Kconfig:52
Included via Kconfig:3
Menu path: (top menu)
config RELEASE
    bool
    prompt "Release build"
    default "n"
    help
      Whether to build a release version of the hypervisor. Logs, serial
      console and hypervisor shell are available only in non-release
      (i.e. debug) builds. Assertions are not effective in release builds.
(Definitions include propagated dependencies, including from if’s and menus.)