CONFIG_LIB_CPLUSPLUS¶
Link with STD C++ library
Type: bool
Help¶
Link with STD C++ Library.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Subsystem>/cpp/Kconfig:57
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 LIB_CPLUSPLUS
    bool "Link with STD C++ library"
    depends on !MINIMAL_LIBC && CPLUSPLUS
    help
      Link with STD C++ Library.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)