CONFIG_RELEASE

Release build

Type: bool

Defaults

  • “n”

Kconfig definition

At arch/x86/Kconfig:19, in menu (top menu):

config RELEASE
    bool
    prompt "Release build"
    default "n"

(Definitions include propagated dependencies, including from if’s and menus.)