aboutsummaryrefslogtreecommitdiff
path: root/compile_commands.json
diff options
context:
space:
mode:
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"
+ }
+]