DEV Community

Discussion on: HOWTO: Compile Linux kernel (on Ubuntu, applies to any distro)

Collapse
 
geoeduca profile image
GeoEduca

according to your experience, because it is better to compile,
like this: make CC=clang -j4
and not, like this: make -j4
Or is it that there are factors that determine when to use one or the other ?