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

[README.md] compilation instructions to be improved #12

Closed akuropka closed 3 years ago

akuropka commented 3 years ago

I think, the code should be slightly different:

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

peseoane commented 3 years ago

I think, the code should be slightly different:

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

Thanks, changes added! :)