-
CONFIG_EXCEPTIONS
¶
Enable C++ exceptions support
Type: bool
Help¶
This option enables support of C++ exceptions.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/cpp/Kconfig:56
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:12
Menu path: (top menu) → C++ Options
config EXCEPTIONS bool prompt "Enable C++ exceptions support" ifCPLUSPLUS
&&NEWLIB_LIBC
selectLIB_CPLUSPLUS
ifCPLUSPLUS
&&NEWLIB_LIBC
depends onCPLUSPLUS
&&NEWLIB_LIBC
help This option enables support of C++ exceptions.
(Definitions include propagated dependencies, including from if’s and menus.)