-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompile_commands.json
53 lines (53 loc) · 2.49 KB
/
compile_commands.json
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
[
{
"directory": "/home/interfiber/repos/IBAtechSoftware/Subtable/build",
"arguments": [
"/nix/store/aafdki1nf49k5vxq6gx2yabiybk2bjmw-gcc-12.2.0/bin/g++",
"-fPIC",
"-Wformat",
"-Wformat-security",
"-Werror=format-security",
"-fstack-protector-strong",
"--param",
"ssp-buffer-size=4",
"-O2",
"-U_FORTIFY_SOURCE",
"-D_FORTIFY_SOURCE=2",
"-fno-strict-overflow",
"-I/home/interfiber/repos/IBAtechSoftware/Subtable/include",
"-MD",
"-MT",
"CMakeFiles/subtable.dir/src/subtable.cpp.o",
"-MF",
"CMakeFiles/subtable.dir/src/subtable.cpp.o.d",
"-o",
"CMakeFiles/subtable.dir/src/subtable.cpp.o",
"-c",
"/home/interfiber/repos/IBAtechSoftware/Subtable/src/subtable.cpp",
"-B/nix/store/1n2l5law9g3b77hcfyp50vrhhssbrj5g-glibc-2.37-8/lib/",
"-isystem",
"/nix/store/aafdki1nf49k5vxq6gx2yabiybk2bjmw-gcc-12.2.0/lib/gcc/x86_64-unknown-linux-gnu/12.2.0/include",
"-idirafter",
"/nix/store/wb2dlc8kpvrn960vq7j7c8822pi43n48-glibc-2.37-8-dev/include",
"-idirafter",
"/nix/store/aafdki1nf49k5vxq6gx2yabiybk2bjmw-gcc-12.2.0/lib/gcc/x86_64-unknown-linux-gnu/12.2.0/include-fixed",
"-B/nix/store/aafdki1nf49k5vxq6gx2yabiybk2bjmw-gcc-12.2.0/lib/gcc/x86_64-unknown-linux-gnu/12.2.0",
"-B/nix/store/g012c53brxmb0if3lpmkjwmxk74hjflh-gcc-12.2.0-lib/lib",
"-B/nix/store/5z30rzhnyng6a70dxqppdv4sfzqjgy5l-gcc-wrapper-12.2.0/bin/",
"-frandom-seed=v6hhspc2hl",
"-isystem",
"/nix/store/mwnj6g4fcmvz7j1fz2jqvg4537zl7g8x-gdb-13.1/include",
"-isystem",
"/nix/store/mwnj6g4fcmvz7j1fz2jqvg4537zl7g8x-gdb-13.1/include",
"-isystem",
"/nix/store/aafdki1nf49k5vxq6gx2yabiybk2bjmw-gcc-12.2.0/include/c++/12.2.0",
"-isystem",
"/nix/store/aafdki1nf49k5vxq6gx2yabiybk2bjmw-gcc-12.2.0/include/c++/12.2.0/x86_64-unknown-linux-gnu",
"-isystem",
"/nix/store/aafdki1nf49k5vxq6gx2yabiybk2bjmw-gcc-12.2.0/include/c++/12.2.0",
"-isystem",
"/nix/store/aafdki1nf49k5vxq6gx2yabiybk2bjmw-gcc-12.2.0/include/c++/12.2.0/x86_64-unknown-linux-gnu"
],
"file": "/home/interfiber/repos/IBAtechSoftware/Subtable/src/subtable.cpp"
}
]