You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported in #7 building the rusty-demo with LTO doesn't work with rust nightlies newer than 2020-04-29. If this doesn't resolve by itself we should investigate what changed and if this requires any changes on our end in order to reenable LTO.
The error that gets printed when linking is the following: error: failed to get bitcode from object file for LTO (Bitcode section not found in object file)
As a temporary workaround LTO was disabled in the release profile in #14