1 # General configuration
3 # The default path to libc
4 set(LIBC_PATH "/lib/libc.so.6")
5 # The default TCP port to use
10 # If DEVELOPMENT_BUILD is true, then aesalon will output a lot of debugging
12 set(DEVELOPMENT_BUILD true)
13 # If PROFILE_BUILD is true, then aesalon will be compiled with -pg, to
14 # produce profiling information
15 set(PROFILE_BUILD false)
18 set(BUILD_MONITOR true)
22 # Only applicable if the monitor is being built
23 # AESALON_PLATFORM can be:
25 # 1: linux x86-64 (sometimes known as amd64)
26 set(AESALON_PLATFORM 1)