You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
third_party: rapidcheck: add flag to disable rtti (#54)
We need to have an option to enable or disable rtti in rapidcheck based
on how we've configured our own build.
Most of the time we build with `-fno-rtti`.
Mixing the two leads to awful and hard to diagnose build errors.
0 commit comments