Scratch the idea about the minimalistic disassembler.
[aesalon.git] / build.config
blobeae248f46fa58f030f71505c593e1e934d863a40
1 # Comment out a line to disable
3 set(DEVELOPMENT_BUILD true)
5 set(BUILD_GUI true)
6 set(BUILD_MONITOR true)
8 # Only applicable if the platform is being built
9 # AESALON_PLATFORM can be:
10 #   0: linux x86
11 #   1: linux x86-64 (sometimes known as amd64)
12 set(AESALON_PLATFORM        1)