The -O2 religion vs the -O3 cult! Or is it vice versa?
Disclaimer: I have only ever used KCFLAGS=" ...-O3"
Disclaimer: I have only ever used KCFLAGS=" ...-O3"
Code:
$ time KCFLAGS="-march=native -msse2avx -pipe -O3" KCPPFLAGS="-march=native -msse2avx -pipe -O3" make -j$(( $(nproc) + 2 )) deb-pkg LOCALVERSION=-danglingpointer-zen3-optimised
Comment