Skip to content

Instantly share code, notes, and snippets.

@ahoarau
Created February 2, 2016 12:59
Show Gist options
  • Save ahoarau/dfbf2c782742de08c28a to your computer and use it in GitHub Desktop.
Save ahoarau/dfbf2c782742de08c28a to your computer and use it in GitHub Desktop.
Compile Kernel with distcc
MAKEFLAGS="CC=distcc" BUILD_TIME="/usr/bin/time" CONCURRENCY_LEVEL=$(distcc -j) make-kpkg --rootcmd fakeroot --initrd kernel_image kernel_headers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment