]> git.vomp.tv Git - vompclient.git/blob - compile-config.sample
Type updates:
[vompclient.git] / compile-config.sample
1 # Set the number of concurrent threads for compiling (make's -j option):
2 MAKE_J=1
3
4 # Enable cross-compiling
5 CROSS_COMPILE=no
6
7 # Set cross compiler. Options: gcc clang
8 CROSS_COMPILER=gcc
9
10 # Use mold for linker? (Only possible if compiler is clang)
11 ENABLE_MOLD=no
12 MOLD_BIN=/opt/mold/bin/mold