peseoane / linux-kernels-wsl2

Stable and developmental kernel versions of kernel.org for the Windopws 2 Linux Subsystem in more recent versions than those provided by Microsoft.
GNU General Public License v2.0
14 stars 2 forks source link

11th gen optimizations not working #8

Closed peseoane closed 3 years ago

peseoane commented 3 years ago

If you're running 11th gen proccesor, and you try optimice for your specific cpu with:

export KCFLAGS="-o2 -mtune=native -pipe" KCPPFLAGS="-o2 -mtune=native -pipe make all"

Doesn't work, this is because needs gcc-10 and gpp-10 but the linker isn't supported yet...

By the moment, 11th gen are optimized just for Intel Core Duo / Xeon and -o2 flag.

If any knows how to solve the issue, thanks!