The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_CPP_STATIC_INIT_GNU

(No prompt – not directly user assignable.)

Type: bool

Help

GNU-compatible initialization of CPP static objects

Direct dependencies

CPLUSPLUS

(Includes any dependencies from ifs and menus.)

Default

  • “” != “arcmwdt”

Kconfig definition

At subsys/cpp/Kconfig:78

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:15

Menu path: (Top) → Sub Systems and OS Services → C++ support for the application

config CPP_STATIC_INIT_GNU
    bool
    default "" != "arcmwdt"
    depends on CPLUSPLUS
    help
      GNU-compatible initialization of CPP static objects

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)