mayfrost-guides

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit fcf87418b1e231942ab8da839e61582909816272
parent 26f0ed9317febb8f6ed08e5ae2866f09b347c5cc
Author: mayfrost <mayfrost@cock.li>
Date:   Sat,  3 Mar 2018 19:12:11 +0000

Update KERNEL.md
Diffstat:
MKERNEL.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/KERNEL.md b/KERNEL.md @@ -97,7 +97,7 @@ This process makes a "__.config__" file in the kernel source directory, this fil ## COMPILATION Can take minutes to hours. -__NOTE__: The __-j<X>__ flag, where __<X>__ is the number of cores +1, __IS OPTIONAL__ and only goes if you have a processor with multiple cores. If you install __ccache__ (__THIS IS OPTIONAL__) you can speed up subsequent compilations by including __CC="ccache gcc"__ after the __-j<X>__ flag. +__NOTE__: The __-j\<X>__ flag, where __\<X>__ is the number of cores +1, __IS OPTIONAL__ and only goes if you have a processor with multiple cores. If you install __ccache__ (__THIS IS OPTIONAL__) you can speed up subsequent compilations by including __CC="ccache gcc"__ after the __-j\<X>__ flag. `make -j<X> <OTHER_FLAGS>` And with ccache   `make -j<X> CC="ccache gcc" <OTHER_FLAGS>`