You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to discuss-webrtc
Hello webrtc community,
I was wondering what are the pros and cons of building webrtc with rtti enabled by using the gn arg `use_rtti=true` globally. Why is it turned off by default? Is it due to performance reasons? We have a bunch of other dependencies that are built with rtti support and we would prefer if we could build webrtc with rtti support as well.
Best
Rama
mbon...@webrtc.org
unread,
Jun 21, 2018, 2:51:03 AM6/21/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to discuss-webrtc
Hi, if you need to build with RTTI because other dependencies in your project require that, it is perfectly fine to use the GN argument use_rtti=true.