summaryrefslogtreecommitdiff
path: root/compile_commands.json
blob: 163cafcbaad3bdaee1d67ea2eb549423eb1a2b62 (plain)
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
[
  {
    "arguments": [
      "/usr/bin/cc",
      "-Wall",
      "-Wextra",
      "-Werror",
      "-std=c11",
      "-Iinclude",
      "--coverage",
      "-O2",
      "-c",
      "-o",
      "build/src/bridges/stdio/stream_bridge.o",
      "src/bridges/stdio/stream_bridge.c"
    ],
    "directory": "/home/watson/tinyff",
    "file": "/home/watson/tinyff/src/bridges/stdio/stream_bridge.c",
    "output": "/home/watson/tinyff/build/src/bridges/stdio/stream_bridge.o"
  },
  {
    "arguments": [
      "/usr/bin/cc",
      "-Wall",
      "-Wextra",
      "-Werror",
      "-std=c11",
      "-Iinclude",
      "--coverage",
      "-O2",
      "-c",
      "-o",
      "build/src/common.o",
      "src/common.c"
    ],
    "directory": "/home/watson/tinyff",
    "file": "/home/watson/tinyff/src/common.c",
    "output": "/home/watson/tinyff/build/src/common.o"
  },
  {
    "arguments": [
      "/usr/bin/cc",
      "-Wall",
      "-Wextra",
      "-Werror",
      "-std=c11",
      "-Iinclude",
      "--coverage",
      "-O2",
      "-c",
      "-o",
      "build/src/stream.o",
      "src/stream.c"
    ],
    "directory": "/home/watson/tinyff",
    "file": "/home/watson/tinyff/src/stream.c",
    "output": "/home/watson/tinyff/build/src/stream.o"
  },
  {
    "arguments": [
      "/usr/bin/cc",
      "-Wall",
      "-Wextra",
      "-Werror",
      "-std=c11",
      "-Iinclude",
      "--coverage",
      "-O2",
      "-c",
      "-o",
      "build/src/dbg.o",
      "src/dbg.c"
    ],
    "directory": "/home/watson/tinyff",
    "file": "/home/watson/tinyff/src/dbg.c",
    "output": "/home/watson/tinyff/build/src/dbg.o"
  },
  {
    "arguments": [
      "/usr/bin/cc",
      "-Wall",
      "-Wextra",
      "-Werror",
      "-std=c11",
      "-Iinclude",
      "--coverage",
      "-O2",
      "-c",
      "-o",
      "build/src/format/image/bmp.o",
      "src/format/image/bmp.c"
    ],
    "directory": "/home/watson/tinyff",
    "file": "/home/watson/tinyff/src/format/image/bmp.c",
    "output": "/home/watson/tinyff/build/src/format/image/bmp.o"
  },
  {
    "arguments": [
      "/usr/bin/cc",
      "-Wall",
      "-Wextra",
      "-Werror",
      "-std=c11",
      "-Iinclude",
      "--coverage",
      "-O2",
      "-c",
      "-o",
      "build/src/format/image/png.o",
      "src/format/image/png.c"
    ],
    "directory": "/home/watson/tinyff",
    "file": "/home/watson/tinyff/src/format/image/png.c",
    "output": "/home/watson/tinyff/build/src/format/image/png.o"
  },
  {
    "arguments": [
      "/usr/bin/cc",
      "-Wall",
      "-Wextra",
      "-Werror",
      "-std=c11",
      "-Iinclude",
      "--coverage",
      "-O2",
      "-c",
      "-o",
      "build/src/tinyff.o",
      "src/tinyff.c"
    ],
    "directory": "/home/watson/tinyff",
    "file": "/home/watson/tinyff/src/tinyff.c",
    "output": "/home/watson/tinyff/build/src/tinyff.o"
  },
  {
    "arguments": [
      "/usr/bin/cc",
      "-Wall",
      "-Wextra",
      "-Werror",
      "-std=c11",
      "-Iinclude",
      "--coverage",
      "-O2",
      "-c",
      "-o",
      "build/src/ext/crc32.o",
      "src/ext/crc32.c"
    ],
    "directory": "/home/watson/tinyff",
    "file": "/home/watson/tinyff/src/ext/crc32.c",
    "output": "/home/watson/tinyff/build/src/ext/crc32.o"
  },
  {
    "arguments": [
      "/usr/bin/cc",
      "-Wall",
      "-Wextra",
      "-Werror",
      "-std=c11",
      "-Iinclude",
      "--coverage",
      "-O2",
      "-c",
      "-o",
      "build/src/ext/tinflate.o",
      "src/ext/tinflate.c"
    ],
    "directory": "/home/watson/tinyff",
    "file": "/home/watson/tinyff/src/ext/tinflate.c",
    "output": "/home/watson/tinyff/build/src/ext/tinflate.o"
  }
]