mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-10 07:58:01 +00:00
Allow to disable implicit inlining of constexpr functions from libstdc++. This is a known GCC issue https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93008 that may affect C++ application size depending on its structure.