Merge branch 'feature/add-constexpr-noinline-for-libstdcxx' into 'master'

feat(build): add CONFIG_COMPILER_CXX_GLIBCXX_CONSTEXPR choise option

See merge request espressif/esp-idf!42079
This commit is contained in:
Alexey Gerenkov
2025-09-25 09:26:23 +08:00
4 changed files with 46 additions and 0 deletions

View File

@@ -194,6 +194,11 @@ Enabling "Nano" formatting reduces the stack usage of each function that calls `
.. _Newlib README file: https://sourceware.org/newlib/README
libstdc++
@@@@@@@@@
- Enable :ref:`CONFIG_COMPILER_CXX_GLIBCXX_CONSTEXPR_COLD_CONSTEXPR<CONFIG_COMPILER_CXX_GLIBCXX_CONSTEXPR_COLD_CONSTEXPR>` or :ref:`CONFIG_COMPILER_CXX_GLIBCXX_CONSTEXPR_COLD<CONFIG_COMPILER_CXX_GLIBCXX_CONSTEXPR_COLD>` to observe the impact on your application's binary size.
.. _minimizing_binary_mbedtls:
MbedTLS Features