You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/09/01 07:28:28 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #4453: libs/libxx: Enforce RTTI for building libcxxabi

xiaoxiang781216 commented on pull request #4453:
URL: https://github.com/apache/incubator-nuttx/pull/4453#issuecomment-910014660


   > @xiaoxiang781216 I saw that it is also possible to build `libcxxabi` with `-fno-rtti` by removing `private_typeinfo.cpp` from the build, but this is not supported by the `libcxxabi` build system.
   > Furthermore, no other project that relies on `libcxxabi` attempts to build it with `-fno-rtti`.
   
   Since RTTI will increase the code size, it will be useful if we can compile libcxxabi without RTTI.
   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org