enabling LTO triggers "...location info is incomplete..." #649
Labels
status: blocked
Blocked on another issue, or on upstream libraries
status: needs info
Requires more information from the reporter to move forward
type: bug
Something isn't working
upstream
this bug / improvement needs to be fixed / implemented in an upstream library / dependency
Updating my project today and get this warning
Debug build works fine, release build is printing only the bare messages. After tweaking things, changing the release profile from
lto = true
tolto = false
brings back the location informationProject is using RTIC 1.0 and issue persists with very little code (8.7kB binary), although dependencies are still present (shouldn't matter?)
Using
The text was updated successfully, but these errors were encountered: