snikeguo commented on issue #16775: URL: https://github.com/apache/nuttx/issues/16775#issuecomment-3988985025
@Barto22 If you want to use LLVM's C++ library but encounter stack overflow issues during debug compilation (such as SUB, SP, or very large values), you'll need one of my patches: ``` #define _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION //_LIBCPP_ALWAYS_INLINE ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
