-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
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
Undefined reference to core::panicking::panic
in debug builds
#131
Comments
Yeah, this is a known behavior, unfortunately. The problem is that in debug builds, In a non- There is a workaround although it isn't really pretty. To quote a previous comment of mine:
One other option would be to disable [profile.dev]
overflow-checks = false |
core::panicking::panic
in debug builds
Thank you for your help. I'll use this for now. |
Glad I could help! Let's keep this issue open for visibility until the problem is fixed. |
Hi all,
Every time I try to build and Arduino Uno project without the --release flag, my project is unable to link with the panic handler.
Is this expected behavior? Thank you so much for your help.
The text was updated successfully, but these errors were encountered: