We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RTTI should be disabled on the core Makefile:
CPPFLAGS += \ -fno-exceptions \ -fasm \ -finline \ -finline-functions-called-once \ -fshort-enums \ -fno-move-loop-invariants \ -fno-unwind-tables \ -fno-rtti \ -Wno-register
Discovered when trying to override virtual functions on a user program.
The text was updated successfully, but these errors were encountered:
I just wanted to add that this is a significant issue since the UI system depends heavily on overriding.
Sorry, something went wrong.
fixed #503 - added norrti flag to core/Makefile
3a0282e
fixed #503 - added norrti flag to core/Makefile (#516)
7950ba9
Co-authored-by: stephenhensley <stephen.p.hensley@gmail.com>
Successfully merging a pull request may close this issue.
RTTI should be disabled on the core Makefile:
Discovered when trying to override virtual functions on a user program.
The text was updated successfully, but these errors were encountered: