Preferences

Normal_gaussian parent
For those of us not up on our compilation acronyms - this is Link Time Optimisation.

TazeTSchnitzel
Ah yes indeed. LTO means the compiler can do certain optimisations across compilation units (in C/C++ those are your .c/.cpp files, in Rust the unit is the entire crate), notably inlining.

This item has no comments currently.