forked from Koromix/rygel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FelixBuild.ini.presets
91 lines (70 loc) · 1.92 KB
/
FelixBuild.ini.presets
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see https://www.gnu.org/licenses/.
Preset = AUBSan
[Debug]
Features = ?PCH, ?DistCC, ?Ccache, Warnings, DebugInfo, HotAssets
[ASan]
Template = Debug
Features = +ASan
[TSan]
Template = Debug
Features = +TSan
[UBSan]
Template = Debug
Features = +UBSan
[AUBSan]
Template = Debug
Features = +ASan +UBSan
[Fast]
Features = ?PCH, ?Ccache, Warnings, DebugInfo, OptimizeSpeed
[LTO]
Features = Warnings, DebugInfo, OptimizeSpeed, LTO
[Paranoid]
Host = :clang:lld
Features = Warnings, OptimizeSpeed, LTO, SafeStack, CFI, ZeroInit, ShuffleCode
[NodeJS]
Host = Emscripten/Node:Web
Features = Warnings, DebugInfo, OptimizeSpeed
[WebJS]
Host = Emscripten/Web:Web
Features = Warnings, DebugInfo, OptimizeSpeed
[WasmBox]
Host = Emscripten/Box:Web
Features = Warnings, DebugInfo, OptimizeSpeed
[Teensy20]
Host = Teensy20
Features = Warnings, OptimizeSize
[Teensy20++]
Host = Teensy20++
Features = Warnings, OptimizeSize
[TeensyLC]
Host = TeensyLC
Features = Warnings, OptimizeSize
[Teensy30]
Host = Teensy30
Features = Warnings, OptimizeSize
[Teensy31]
Host = Teensy31
Features = Warnings, OptimizeSize
[Teensy35]
Host = Teensy35
Features = Warnings, OptimizeSize
[Teensy36]
Host = Teensy36
Features = Warnings, OptimizeSize
[Teensy40]
Host = Teensy40
Features = Warnings, OptimizeSize
[Teensy41]
Host = Teensy41
Features = Warnings, OptimizeSize