Daniel Zimmermann <netzimme@aim.com>
[reactos.git] / reactos / config-amd64.template.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE group SYSTEM "tools/rbuild/project.dtd">
3 <group>
4
5 <!--
6 This file is a template used as a starting point for compile-time
7 configuration of ReactOS. Make a copy of this file and name it config.rbuild.
8 Then change the options in config.rbuild. If you don't have a config.rbuild file,
9 then the defaults in this file, config.template.rbuild, will be used instead.
10
11 Boolean options can obtain the values 0 (disabled) or 1 (enabled). String
12 options can obtain any value specified in the comment before it.
13 -->
14
15
16 <!--
17 Sub-architecture to build for. Specify one of:
18 -->
19 <property name="SARCH" value="" />
20
21
22 <!--
23 Which CPU ReactOS should be optimized for. Specify one of:
24 k8 opteron athlon64 athlon-fx
25
26 See GCC manual for more CPU names and which CPUs GCC can optimize for.
27 -->
28 <property name="OARCH" value="athlon64" />
29
30
31 <!--
32 What level of optimisation to use.
33 0 = off (will not work)
34 1 = Default option, optimize for size (-Os) with some additional options
35 2 = -Os
36 3 = -O1
37 4 = -O2
38 5 = -O3
39 -->
40 <property name="OPTIMIZE" value="1" />
41
42
43 <!--
44 Whether to compile in the integrated kernel debugger.
45 -->
46 <property name="KDBG" value="0" />
47
48
49 <!--
50 Whether to compile for debugging.
51 -->
52 <property name="DBG" value="1" />
53
54
55 <!--
56 Whether to compile for debugging with GDB. If you don't use GDB, don't
57 enable this.
58 -->
59 <property name="GDB" value="0" />
60
61
62 <!--
63 Whether to compile apps/libs with features covered software patents or not.
64 If you live in a country where software patents are valid/apply, don't
65 enable this (except they/you purchased a license from the patent owner).
66 This settings is disabled (0) by default.
67 -->
68 <property name="NSWPAT" value="1" />
69
70 <!--
71 Whether to compile with the KD protocol. This will disable support for KDBG
72 as well as rossym and symbol lookups, and allow WinDBG to connect to ReactOS.
73 This is currently not fully working, and requires kdcom from Windows 2003 or
74 TinyKRNL. Booting into debug mode with this flag enabled will result in a
75 failure to enter GUI mode. Do not enable unless you know what you're doing.
76 -->
77 <property name="_WINKD_" value="1" />
78
79 <!--
80 Whether to compile support for ELF files. Do not enable unless you know what
81 you're doing.
82 -->
83 <property name="_ELF_" value="0" />
84
85 <!--
86 Whether to compile any usermode parts. This is while kernel mode is under
87 heavy development and usermode part not relevant for bootcd.
88 -->
89 <property name="USERMODE" value="1" />
90
91
92 </group>