minus-squareStarfighter@discuss.tchncs.detoRust@programming.dev•Auto debloat unused `pub` items from dependencies.linkfedilinkarrow-up0·edit-27 days agoTo expand: Just configure whatever profile you’re using (dev, release, …) to have link time optimization (lto) enabled: [profile.release] lto = "fat" Reference linkfedilink
minus-squareStarfighter@discuss.tchncs.detoLinux@lemmy.ml•A noticeable difference in kernels?linkfedilinkarrow-up0·10 days agoI’ve had this exact same gripe and can thankfully report that running EarlyOOM has fixed this for me. linkfedilink
To expand: Just configure whatever profile you’re using (
dev
,release
, …) to have link time optimization (lto) enabled:Reference