-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompile_commands.json
83 lines (83 loc) · 2.03 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
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
[
{
"arguments": [
"/usr/bin/clang",
"-c",
"-O3",
"-Wall",
"-o",
"st",
"st.c"
],
"directory": "/workspaces/Competition.st",
"file": "/workspaces/Competition.st/st.c",
"output": "/workspaces/Competition.st/st"
},
{
"arguments": [
"/usr/lib/llvm-14/bin/clang",
"-cc1",
"-triple",
"x86_64-pc-linux-gnu",
"-emit-obj",
"--mrelax-relocations",
"-disable-free",
"-clear-ast-before-backend",
"-disable-llvm-verifier",
"-discard-value-names",
"-main-file-name",
"-mrelocation-model",
"pic",
"-pic-level",
"2",
"-pic-is-pie",
"-mframe-pointer=none",
"-fmath-errno",
"-ffp-contract=on",
"-fno-rounding-math",
"-mconstructor-aliases",
"-funwind-tables=2",
"-target-cpu",
"x86-64",
"-tune-cpu",
"generic",
"-mllvm",
"-treat-scalable-fixed-error-as-warning",
"-debugger-tuning=gdb",
"-fcoverage-compilation-dir=/workspaces/Competition.st",
"-resource-dir",
"/usr/lib/llvm-14/lib/clang/14.0.6",
"-internal-isystem",
"/usr/lib/llvm-14/lib/clang/14.0.6/include",
"-internal-isystem",
"/usr/local/include",
"-internal-isystem",
"/usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include",
"-internal-externc-isystem",
"/usr/include/x86_64-linux-gnu",
"-internal-externc-isystem",
"/include",
"-internal-externc-isystem",
"/usr/include",
"-O3",
"-Wall",
"-fdebug-compilation-dir=/workspaces/Competition.st",
"-ferror-limit",
"19",
"-fgnuc-version=4.2.1",
"-fcolor-diagnostics",
"-vectorize-loops",
"-vectorize-slp",
"-faddrsig",
"-D__GCC_HAVE_DWARF2_CFI_ASM=1",
"-x",
"c",
"-o",
"/tmp/st-969aaa.o",
"st.c"
],
"directory": "/workspaces/Competition.st",
"file": "/workspaces/Competition.st/st.c",
"output": "/tmp/st-969aaa.o"
}
]