-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompile_commands.json
More file actions
40 lines (40 loc) · 1.57 KB
/
compile_commands.json
File metadata and controls
40 lines (40 loc) · 1.57 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
[
{
"arguments": [
"clang++",
"-c",
"-target",
"armv7ar-none-none-eabi",
"-isystem/usr/lib/gcc/arm-none-eabi/14.1.0/../../../../arm-none-eabi/include/c++/14.1.0",
"-isystem/usr/lib/gcc/arm-none-eabi/14.1.0/../../../../arm-none-eabi/include/c++/14.1.0/arm-none-eabi/thumb/v7+fp/softfp",
"-isystem/usr/lib/gcc/arm-none-eabi/14.1.0/../../../../arm-none-eabi/include/c++/14.1.0/backward",
"-isystem/usr/lib/gcc/arm-none-eabi/14.1.0/include",
"-isystem/usr/lib/gcc/arm-none-eabi/14.1.0/include-fixed",
"-isystem/usr/lib/gcc/arm-none-eabi/14.1.0/../../../../arm-none-eabi/include",
"-iquote./include",
"-iquote./include/subSystemHeaders/",
"-mcpu=cortex-a9",
"-mfpu=neon-fp16",
"-mfloat-abi=softfp",
"-Os",
"-g",
"-D_POSIX_THREADS",
"-D_UNIX98_THREAD_MUTEX_ATTRIBUTES",
"-D_POSIX_TIMERS",
"-D_POSIX_MONOTONIC_CLOCK",
"-D_PROS_INCLUDE_LIBLVGL_LLEMU_H",
"-D_PROS_INCLUDE_LIBLVGL_LLEMU_HPP",
"-Wno-psabi",
"-ffunction-sections",
"-fdata-sections",
"-fdiagnostics-color",
"-funwind-tables",
"--std=gnu++20",
"-o",
"bin/subSystemHeaders/screen.cpp.o",
"src/subSystemHeaders/screen.cpp"
],
"directory": "/home/milkjug/programming/HighStakes-Program",
"file": "src/subSystemHeaders/screen.cpp"
}
]