# Set the number of concurrent threads for compiling (make's -j option): MAKE_J=1 # Enable cross-compiling CROSS_COMPILE=no # Set cross compiler. Options: gcc clang CROSS_COMPILER=gcc # Use mold for linker? (Only possible if compiler is clang) ENABLE_MOLD=no MOLD_BIN=/opt/mold/bin/mold # Force color output from compiler? remote distcc workers disable color by default FORCE_COLOR=no # Add -Wold-style-cast and -Wconversion to compiler options ALL_WARNINGS=no