aboutsummaryrefslogtreecommitdiff
path: root/compile_commands.json
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-08-18 04:54:45 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2021-08-18 04:54:45 +0300
commit544100da719843438372c6e30739bf9b5d3ebb9c (patch)
tree00894be08c33d97dd0873052d01609f5a78c2a54 /compile_commands.json
downloadparcini-544100da719843438372c6e30739bf9b5d3ebb9c.tar.gz
parcini-544100da719843438372c6e30739bf9b5d3ebb9c.zip
Init
Basically functional.
Diffstat (limited to 'compile_commands.json')
-rw-r--r--compile_commands.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/compile_commands.json b/compile_commands.json
new file mode 100644
index 0000000..d713573
--- /dev/null
+++ b/compile_commands.json
@@ -0,0 +1,36 @@
+[
+ {
+ "directory": "/home/yaroslav/repos/personal/parcini",
+ "arguments": [
+ "cc",
+ "-c",
+ "-std=c99",
+ "-O0",
+ "-g",
+ "-Wall",
+ "-DDEBUG",
+ "-iquoteinclude",
+ "-o",
+ "obj/src/tests/parcini.o",
+ "src/tests/parcini.c"
+ ],
+ "file": "src/tests/parcini.c"
+ },
+ {
+ "directory": "/home/yaroslav/repos/personal/parcini",
+ "arguments": [
+ "cc",
+ "-c",
+ "-std=c99",
+ "-O0",
+ "-g",
+ "-Wall",
+ "-DDEBUG",
+ "-iquoteinclude",
+ "-o",
+ "obj/src/parcini.o",
+ "src/parcini.c"
+ ],
+ "file": "src/parcini.c"
+ }
+]