diff options
author | Plex <thinkplex@riseup.net> | 2022-06-15 17:22:59 +0200 |
---|---|---|
committer | Plex <thinkplex@riseup.net> | 2022-06-15 17:22:59 +0200 |
commit | 72627d2f6efe3f3297ce466a1fdd208015a19f88 (patch) | |
tree | d73c889a721dd31bc1a31f9532d542279026a665 /compile_commands.json | |
parent | 28b41ee492805971632e1d65ab9f855ce837767b (diff) |
Diffstat (limited to 'compile_commands.json')
-rw-r--r-- | compile_commands.json | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/compile_commands.json b/compile_commands.json index 17682cf..c93ab5e 100644 --- a/compile_commands.json +++ b/compile_commands.json @@ -7,21 +7,6 @@ "-I./include", "-c", "-o", - "mctypes.o", - "mctypes.c" - ], - "directory": "/home/kruezenberg/mc-comm", - "file": "/home/kruezenberg/mc-comm/mctypes.c", - "output": "/home/kruezenberg/mc-comm/mctypes.o" - }, - { - "arguments": [ - "/usr/lib/llvm/13/bin/clang", - "-Wall", - "-g", - "-I./include", - "-c", - "-o", "mcnetwork.o", "mcnetwork.c" ], @@ -83,7 +68,7 @@ "-internal-isystem", "/usr/local/include", "-internal-isystem", - "/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/include", "-internal-externc-isystem", "/include", "-internal-externc-isystem", @@ -98,11 +83,11 @@ "-x", "c", "-o", - "/tmp/mcping-08ccd4.o", + "/tmp/mcping-bc4e3a.o", "mcping.c" ], "directory": "/home/kruezenberg/mc-comm", "file": "/home/kruezenberg/mc-comm/mcping.c", - "output": "/tmp/mcping-08ccd4.o" + "output": "/tmp/mcping-bc4e3a.o" } ] |