# ------------------------------- # | Default Kernbuild configuration | # ------------------------------- # Change this value to get rid of 'Using the DEFAULT configuration file!' message KERNBUILD_CONFIG_DEFAULT="0" # 0 - use '~/.config/kernbuild/config' # 1 - use custom config directory KERNBUILD_CONFIG_CUSTOM_DIR="0" KERNBUILD_CONFIG_CUSTOM_DIR_PATH="" # 0 - system debug information turned OFF # # 1 - system debug information turned ON # {DEFAULT} # V - VERBOSE system debug information turned ON KERNBUILD_DEBUG="0" # https://wiki.gentoo.org/wiki/MAKEOPTS # For most jobs="-j16" KCFLAGS="-O3 -march=native -mtune=native -pipe" CXXFLAGS="-march=native -mtune=native" # Set at your own responsibility OTHERFLAGS="" # -1 - never prompt for installation of nVidia GPU drivers # advised if NOT using nVidia GPU # 0 - prompt for installation of nVidia GPU drivers # {DEFAULT} # 1 - install nVidia GPU drivers without prompting about it # advised if using nVidia GPU NVIDIA_GPU="-1"