-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompile_commands.json
More file actions
31 lines (31 loc) · 848 Bytes
/
compile_commands.json
File metadata and controls
31 lines (31 loc) · 848 Bytes
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
[
{
"arguments": [
"clang++",
"-std=c++23",
"-m32",
"-march=i386",
"-ffreestanding",
"-fno-builtin",
"-fno-pie",
"-fno-rtti",
"-fno-exceptions",
"-fno-threadsafe-statics",
"-fno-stack-protector",
"-Wfatal-errors",
"-Werror",
"-Weverything",
"-Wno-c++98-compat",
"-Wno-c++98-compat-pedantic",
"-Wno-c++98-c++11-compat-binary-literal",
"-Wno-c++11-narrowing",
"-Wno-global-constructors",
"-Wno-float-equal",
"-Wno-weak-vtables",
"-Wno-unsafe-buffer-usage",
"-Wno-unused"
],
"directory": "/home/c/w/pczero",
"file": "src/main.cpp"
}
]