first commit, unfinished wip
This commit is contained in:
19
compile_commands.json
Normal file
19
compile_commands.json
Normal file
@@ -0,0 +1,19 @@
|
||||
[
|
||||
{
|
||||
"file": "src/main.c",
|
||||
"arguments": [
|
||||
"/usr/bin/clang",
|
||||
"-c",
|
||||
"-o",
|
||||
"build/rel_main.o",
|
||||
"src/main.c",
|
||||
"-I",
|
||||
"include",
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
"-O2"
|
||||
],
|
||||
"directory": "/home/neon1246/Documents/stuff/code/c/ircclient",
|
||||
"output": "build/rel_main.o"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user