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
Adding the -flto flag to arm gcc should give us Linker Time Optimization. This has the benefit of potentially making our program compact and faster. However, this causes the link time error (i.e. the arm-none-eabi-ld tool throws this) of Plugin needed to handle LTO object.
The text was updated successfully, but these errors were encountered:
Adding the -flto flag to arm gcc should give us Linker Time Optimization. This has the benefit of potentially making our program compact and faster. However, this causes the link time error (i.e. the arm-none-eabi-ld tool throws this) of
Plugin needed to handle LTO object
.The text was updated successfully, but these errors were encountered: