clangd
This commit is contained in:
19
compile_commands.json
Normal file
19
compile_commands.json
Normal file
@@ -0,0 +1,19 @@
|
||||
[
|
||||
{
|
||||
"file": "src/renderer.c",
|
||||
"arguments": [
|
||||
"aarch64-none-elf-gcc",
|
||||
"-O2",
|
||||
"-ffreestanding",
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
"-Iinclude",
|
||||
"-c",
|
||||
"src/renderer.c",
|
||||
"-o",
|
||||
"build/renderer.o"
|
||||
],
|
||||
"directory": "/Users/nate/Documents/GitHub/nate-os",
|
||||
"output": "build/renderer.o"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user