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
Hi,
I'm trying to find out why I'm getting ConvertToUtf8 and ConvertI64ToUsize deserialization errors when running in release mode while I'm not getting them on debug mode.
ConvertToUtf8
ConvertI64ToUsize
For now, I pinned down the fact that if I disable optimizations in the release profile, the errors go away:
[profile.release] opt-level = 0
Does that ring a bell to anyone?
What can I do to help debug this please?
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm trying to find out why I'm getting
ConvertToUtf8
andConvertI64ToUsize
deserialization errors when running in release mode while I'm not getting them on debug mode.For now, I pinned down the fact that if I disable optimizations in the release profile, the errors go away:
Does that ring a bell to anyone?
What can I do to help debug this please?
Thanks
The text was updated successfully, but these errors were encountered: