]> git.vomp.tv Git - vompclient.git/blob - compile-config.sample
Have build.sh deal with cmake
[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
13
14 # Force color output from compiler? remote distcc workers disable color by default
15 FORCE_COLOR=no
16
17 # Add -Wold-style-cast and -Wconversion to compiler options
18 ALL_WARNINGS=no