Skip to content

Commit

Permalink
Merge pull request #8 from abfipes12/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
sn99 authored Jun 2, 2023
2 parents cd8c6b7 + 11ed80e commit c945a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ You might want to google `How to make custom kernel in <distro>` to get the pack
# sed -ri '/CONFIG_SYSTEM_TRUSTED_KEYS/s/=.+/=""/g' .config
make -j N CFLAGS='-march=native -O3 -flto -pipe' CXXFLAGS='-march=native -O3 -flto -pipe'
make -j N CFLAGS='-march=native -O3 -flto -pipe' CXXFLAGS='-march=native -O3 -flto -pipe' modules
sudo make -j N CFLAGS='-march=native -O3 -flto -pipe' CXXFLAGS='-march=native -O3 -flto -pipe' modules_install
sudo make -j N CFLAGS='-march=native -O3 -flto -pipe' CXXFLAGS='-march=native -O3 -flto -pipe' install
sudo make modules_install
sudo make install
```
Where `N` is the number of `cores` you have, alternatively use `$(getconf _NPROCESSORS_ONLN)`.
Expand Down

0 comments on commit c945a87

Please # to comment.