-
Notifications
You must be signed in to change notification settings - Fork 6
/
xmeasures.cbp
106 lines (106 loc) · 3.18 KB
/
xmeasures.cbp
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="xmeasures" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/xmeasures" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-Wredundant-decls" />
<Add option="-Wswitch-default" />
<Add option="-Wmain" />
<Add option="-Wextra" />
<Add option="-Og" />
<Add option="-g" />
<Add option="-fasynchronous-unwind-tables" />
<Add option="-fsanitize=address" />
<Add option="-fsanitize=leak" />
<Add option="-DDEBUG" />
<Add option="-D_GLIBCXX_DEBUG" />
<Add option="-D_GLIBCXX_ASSERTIONS" />
<Add option="-DTRACE=2" />
<Add option="-DVALIDATE=2" />
</Compiler>
<Linker>
<Add library="asan" />
</Linker>
</Target>
<Target title="Release">
<Option output="bin/Release/xmeasures" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-march=core2" />
<Add option="-fomit-frame-pointer" />
<Add option="-O3" />
<Add option="-Wfatal-errors" />
<Add option="-DTRACE=1" />
<Add option="-DVALIDATE=1" />
</Compiler>
<Linker>
<Add option="-s" />
<Add option="-Wl,-z,relro,-z,now" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wnon-virtual-dtor" />
<Add option="-Winit-self" />
<Add option="-Wcast-align" />
<Add option="-Wundef" />
<Add option="-Wfloat-equal" />
<Add option="-Wunreachable-code" />
<Add option="-Wmissing-include-dirs" />
<Add option="-Weffc++" />
<Add option="-Wzero-as-null-pointer-constant" />
<Add option="-Wall" />
<Add option="-std=c++14" />
<Add option="-fexceptions" />
<Add option="-fstack-protector-strong" />
<Add option="-fstack-clash-protection" />
<Add option="-Werror=format-security" />
<Add option="-Wold-style-cast" />
<Add option="-Wno-float-equal" />
<Add option="-D_FORTIFY_SOURCE=2" />
<Add directory="include" />
<Add directory="autogen" />
<Add directory="shared" />
</Compiler>
<Linker>
<Add option="-Wl,-z,defs" />
<Add library="stdc++fs" />
</Linker>
<Unit filename="autogen/cmdline.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="autogen/cmdline.h" />
<Unit filename="include/interface.h" />
<Unit filename="include/interface.hpp" />
<Unit filename="shared/agghash.hpp" />
<Unit filename="shared/fileio.cpp" />
<Unit filename="shared/fileio.hpp" />
<Unit filename="shared/macrodef.h" />
<Unit filename="shared/operations.hpp" />
<Unit filename="src/interface.cpp" />
<Unit filename="src/main.cpp" />
<Extensions>
<DoxyBlocks>
<comment_style block="1" line="1" />
<doxyfile_project />
<doxyfile_build />
<doxyfile_warnings />
<doxyfile_output />
<doxyfile_dot />
<general />
</DoxyBlocks>
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>