diff options
Diffstat (limited to 'compile_commands.json')
-rw-r--r-- | compile_commands.json | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/compile_commands.json b/compile_commands.json new file mode 100644 index 0000000..17682cf --- /dev/null +++ b/compile_commands.json @@ -0,0 +1,108 @@ +[ + { + "arguments": [ + "/usr/lib/llvm/13/bin/clang", + "-Wall", + "-g", + "-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" + ], + "directory": "/home/kruezenberg/mc-comm", + "file": "/home/kruezenberg/mc-comm/mcnetwork.c", + "output": "/home/kruezenberg/mc-comm/mcnetwork.o" + }, + { + "arguments": [ + "/usr/lib/llvm/13/bin/clang", + "-c", + "-Wall", + "-g", + "-I./include", + "mctypes.o", + "mcnetwork.o", + "-o", + "mcping", + "mcping.c" + ], + "directory": "/home/kruezenberg/mc-comm", + "file": "/home/kruezenberg/mc-comm/mcping.c", + "output": "/home/kruezenberg/mc-comm/mcping" + }, + { + "arguments": [ + "/usr/lib/llvm/13/bin/clang-13", + "-cc1", + "-triple", + "x86_64-pc-linux-gnu", + "-emit-obj", + "-mrelax-all", + "--mrelax-relocations", + "-disable-free", + "-disable-llvm-verifier", + "-discard-value-names", + "-main-file-name", + "-mrelocation-model", + "static", + "-mframe-pointer=all", + "-fmath-errno", + "-fno-rounding-math", + "-mconstructor-aliases", + "-munwind-tables", + "-target-cpu", + "x86-64", + "-tune-cpu", + "generic", + "-debug-info-kind=constructor", + "-dwarf-version=4", + "-debugger-tuning=gdb", + "-fcoverage-compilation-dir=/home/kruezenberg/mc-comm", + "-resource-dir", + "/usr/lib/llvm/13/bin/../../../../lib/clang/13.0.0", + "-I", + "./include", + "-internal-isystem", + "/usr/lib/llvm/13/bin/../../../../lib/clang/13.0.0/include", + "-internal-isystem", + "/usr/local/include", + "-internal-isystem", + "/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/include", + "-internal-externc-isystem", + "/include", + "-internal-externc-isystem", + "/usr/include", + "-Wall", + "-fdebug-compilation-dir=/home/kruezenberg/mc-comm", + "-ferror-limit", + "19", + "-fgnuc-version=4.2.1", + "-fcolor-diagnostics", + "-D__GCC_HAVE_DWARF2_CFI_ASM=1", + "-x", + "c", + "-o", + "/tmp/mcping-08ccd4.o", + "mcping.c" + ], + "directory": "/home/kruezenberg/mc-comm", + "file": "/home/kruezenberg/mc-comm/mcping.c", + "output": "/tmp/mcping-08ccd4.o" + } +] |