Optimizing-linux
Optimizing-linux copied to clipboard
A simple guide for optimizing linux 🐧 in detail
At least on Fedora 42 workstation, this seems to prevent the system from showing the GDM login screen I restored it by removing those options in the fstab file This...
disto actually matters: that is the place from where you get packages. Distros use different optimizations / flags for compiling packages, other use custom patches, some even uses different compilers...
you know that kernel uses KCFLAGS (and CFLAGS will workn't)? also ... you dont "flto" for linux lto but you need make with LLVM=1 (compile kernel with clang and other...