CONFIG_CPP_STATIC_INIT_GNU¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
GNU-compatible initialization of CPP static objects
Default¶
- “” != “arcmwdt” 
Kconfig definition¶
At <Zephyr Subsystem>/cpp/Kconfig:78
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/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.)