This repository was archived by the owner on Aug 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcompile_commands.json
More file actions
98 lines (98 loc) · 1.6 KB
/
compile_commands.json
File metadata and controls
98 lines (98 loc) · 1.6 KB
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
[
{
"directory": "/Users/ionizing/Documents/github/wavecar_parser",
"arguments": [
"c++",
"-o",
"src/fft.o",
"-c",
"src/fft.cc",
"-I./include/",
"-Wextra",
"-Wall",
"-std=c++11",
"-O2"
],
"file": "src/fft.cc"
},
{
"directory": "/Users/ionizing/Documents/github/wavecar_parser",
"arguments": [
"c++",
"-o",
"src/wavecar.o",
"-c",
"src/wavecar.cc",
"-I./include/",
"-Wextra",
"-Wall",
"-std=c++11",
"-O2"
],
"file": "src/wavecar.cc"
},
{
"directory": "/Users/ionizing/Documents/github/wavecar_parser",
"arguments": [
"c++",
"-o",
"src/stringops.o",
"-c",
"src/stringops.cc",
"-I./include/",
"-Wextra",
"-Wall",
"-std=c++11",
"-O2"
],
"file": "src/stringops.cc"
},
{
"directory": "/Users/ionizing/Documents/github/wavecar_parser",
"arguments": [
"c++",
"-o",
"src/wavehigh.o",
"-c",
"src/wavehigh.cc",
"-I./include/",
"-Wextra",
"-Wall",
"-std=c++11",
"-O2"
],
"file": "src/wavehigh.cc"
},
{
"directory": "/Users/ionizing/Documents/github/wavecar_parser",
"arguments": [
"c++",
"-o",
"src/binio.o",
"-c",
"src/binio.cc",
"-I./include/",
"-Wextra",
"-Wall",
"-std=c++11",
"-O2"
],
"file": "src/binio.cc"
},
{
"directory": "/Users/ionizing/Documents/github/wavecar_parser",
"arguments": [
"c++",
"-o",
"src/plotWave.o",
"-c",
"src/plotWave.cc",
"-I./include/",
"-Wextra",
"-Wall",
"-std=c++11",
"-O2"
],
"file": "src/plotWave.cc"
}
]