aboutsummaryrefslogtreecommitdiff
path: root/compile_commands.json
blob: c93ab5e5eb6b34de5697ee33f43221e1993bb174 (plain) (blame)
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
[
  {
    "arguments": [
      "/usr/lib/llvm/13/bin/clang",
      "-Wall",
      "-g",
      "-I./include",
      "-c",
      "-o",
      "mcnetwork.o",
      "mcnetwork.c"
    ],
    "directory": "/home/kruezenberg/mc-comm",
    "file": "/home/kruezenberg/mc-comm/mcnetwork.c",
    "output": "/home/kruezenberg/mc-comm/mcnetwork.o"
  },
  {
    "arguments": [
      "/usr/lib/llvm/13/bin/clang",
      "-c",
      "-Wall",
      "-g",
      "-I./include",
      "mctypes.o",
      "mcnetwork.o",
      "-o",
      "mcping",
      "mcping.c"
    ],
    "directory": "/home/kruezenberg/mc-comm",
    "file": "/home/kruezenberg/mc-comm/mcping.c",
    "output": "/home/kruezenberg/mc-comm/mcping"
  },
  {
    "arguments": [
      "/usr/lib/llvm/13/bin/clang-13",
      "-cc1",
      "-triple",
      "x86_64-pc-linux-gnu",
      "-emit-obj",
      "-mrelax-all",
      "--mrelax-relocations",
      "-disable-free",
      "-disable-llvm-verifier",
      "-discard-value-names",
      "-main-file-name",
      "-mrelocation-model",
      "static",
      "-mframe-pointer=all",
      "-fmath-errno",
      "-fno-rounding-math",
      "-mconstructor-aliases",
      "-munwind-tables",
      "-target-cpu",
      "x86-64",
      "-tune-cpu",
      "generic",
      "-debug-info-kind=constructor",
      "-dwarf-version=4",
      "-debugger-tuning=gdb",
      "-fcoverage-compilation-dir=/home/kruezenberg/mc-comm",
      "-resource-dir",
      "/usr/lib/llvm/13/bin/../../../../lib/clang/13.0.0",
      "-I",
      "./include",
      "-internal-isystem",
      "/usr/lib/llvm/13/bin/../../../../lib/clang/13.0.0/include",
      "-internal-isystem",
      "/usr/local/include",
      "-internal-isystem",
      "/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/include",
      "-internal-externc-isystem",
      "/include",
      "-internal-externc-isystem",
      "/usr/include",
      "-Wall",
      "-fdebug-compilation-dir=/home/kruezenberg/mc-comm",
      "-ferror-limit",
      "19",
      "-fgnuc-version=4.2.1",
      "-fcolor-diagnostics",
      "-D__GCC_HAVE_DWARF2_CFI_ASM=1",
      "-x",
      "c",
      "-o",
      "/tmp/mcping-bc4e3a.o",
      "mcping.c"
    ],
    "directory": "/home/kruezenberg/mc-comm",
    "file": "/home/kruezenberg/mc-comm/mcping.c",
    "output": "/tmp/mcping-bc4e3a.o"
  }
]