have buildno invocation conform to VERBOSE setting
[reactos.git] / reactos / config.template.xml
1 <!--
2 Architecture to build for
3
4 Specify one of: i386
5 Possible values in the future: alpha,i386,m68k,mips,powerpc
6 -->
7
8 <property name="ARCH" value="i386" />
9
10
11 <!--
12 Which cpu should reactos optimze for
13 example : i486, i586, pentium, pentium2, pentum3, pentium4
14 athlon-xp, athlon-mp, k6-2,
15
16 see gcc manual for more cpu name and which cpu it can
17 be optimze for.
18 -->
19
20 <property name="OARCH" value="i486" />
21
22 <!--
23 Whether to compile in the kernel debugger
24 <property name="KDBG" value="1" />
25 -->
26
27
28
29 <!--
30 Whether to compile for debugging
31 <property name="DBG" value="1" />
32 -->
33
34
35
36 <!--
37 Whether to compile with optimizations
38 -->
39
40 <property name="OPTIMIZED" value="0" />
41
42
43 <!--
44 Whether to compile a multiprocessor or single processor version
45 -->
46
47 <property name="MP" value="0" />
48
49
50 <!--
51 Whether to compile for ACPI compliant systems
52 -->
53
54 <property name="ACPI" value="0" />
55
56
57 <!--
58 whether to use a 3GB User, 1GB Kernel memory map
59 -->
60
61 <property name="_3GB" value="1" />
62
63
64 <!--
65 Which version of NDIS do we support up to?
66 <property name="NDISVERSION" value="NDIS50" />
67 -->