Rewrote .ini file code - should be much faster (especially in bochs)
[reactos.git] / reactos / config
1 #
2 # Architecture to build for
3 #
4 # Specify one of: i386
5 # Possibble values in the future: alpha,i386,m68k,mips,powerpc
6 ARCH := i386
7
8 #
9 # Whether to compile in the kernel debugger
10 #
11 KDBG := 0
12
13 #
14 # Whether to compile for debugging
15 #
16 DBG := 0
17
18 #
19 # Whether to compile a multiprocessor or single processor version
20 #
21 MP := 0
22
23 #
24 # Whether to compile for ACPI compliant systems
25 #
26 ACPI := 0