-
Notifications
You must be signed in to change notification settings - Fork 93
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
Doesn't work with LTO enabled #108
Comments
On which target does this happen? |
esp32c3, riscv32imc-unknown-none-elf |
Possibly related: #99 |
We're now recommending disabling LTO for now (#116), we've seen some strange issues on both Xtensa and RISCV of which the root cause seems to be LTO. Hopefully we'll be able to enable it again in the future :). |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WiFi connects (judging by the logs) regardless of LTO, but with
lto = true
in Cargo.toml it hangs somewhere after connection.I use this code:
And with LTO led never turns on.
The text was updated successfully, but these errors were encountered: