compile commands, working on storing the database data and refactoring the code to read the data
This commit is contained in:
44
compile_commands.json
Normal file
44
compile_commands.json
Normal file
@@ -0,0 +1,44 @@
|
||||
[
|
||||
{
|
||||
"arguments": [
|
||||
"/usr/bin/gcc",
|
||||
"-Wall",
|
||||
"-O0",
|
||||
"-g",
|
||||
"-DDEBUG",
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
"-Isrc",
|
||||
"-I/usr/include/mysql/",
|
||||
"-Ivendor/duckdb/linux/include",
|
||||
"-c",
|
||||
"-o",
|
||||
"build/lapinfo.o",
|
||||
"src/lapinfo.c"
|
||||
],
|
||||
"directory": "/home/tom/Dev/HardCompound",
|
||||
"file": "/home/tom/Dev/HardCompound/src/lapinfo.c",
|
||||
"output": "/home/tom/Dev/HardCompound/build/lapinfo.o"
|
||||
},
|
||||
{
|
||||
"arguments": [
|
||||
"/usr/bin/gcc",
|
||||
"-Wall",
|
||||
"-O0",
|
||||
"-g",
|
||||
"-DDEBUG",
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
"-Isrc",
|
||||
"-I/usr/include/mysql/",
|
||||
"-Ivendor/duckdb/linux/include",
|
||||
"-c",
|
||||
"-o",
|
||||
"build/main.o",
|
||||
"src/main.c"
|
||||
],
|
||||
"directory": "/home/tom/Dev/HardCompound",
|
||||
"file": "/home/tom/Dev/HardCompound/src/main.c",
|
||||
"output": "/home/tom/Dev/HardCompound/build/main.o"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user