| # C++ configuration options |
| # Copyright (c) 2018 B. Leforestier |
| # SPDX-License-Identifier: Apache-2.0 |
| bool "C++ support for the application" |
| This option enables the use of applications built with C++. |
| 1998 C++ standard as modified by the 2003 technical corrigendum |
| and some later defect reports. |
| 2011 C++ standard, previously known as C++0x. |
| 2017 C++ standard, previously known as C++0x. |
| Next revision of the C++ standard, which is expected to be published in 2020. |
| bool "Link with STD C++ library" |
| Link with STD C++ Library. |
| bool "Enable C++ exceptions support" |
| depends on !NEWLIB_LIBC_NANO |
| This option enables support of C++ exceptions. |
| bool "Enable C++ RTTI support" |
| This option enables support of C++ RTTI. |