diff options
Diffstat (limited to 'compile_commands.json')
-rw-r--r-- | compile_commands.json | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/compile_commands.json b/compile_commands.json deleted file mode 100644 index 8a07e94..0000000 --- a/compile_commands.json +++ /dev/null @@ -1,48 +0,0 @@ -[ - { - "arguments": [ - "clang++", - "-c", - "-fpic", - "-I/usr/lib/llvm-10/include", - "-std=c++14", - "-fno-exceptions", - "-D_GNU_SOURCE", - "-D__STDC_CONSTANT_MACROS", - "-D__STDC_FORMAT_MACROS", - "-D__STDC_LIMIT_MACROS", - "-I/usr/lib/llvm-10/build//tools/clang/include", - "-I/usr/lib/llvm-10/build//tools/clang/include", - "-std=c++17", - "-fexceptions", - "-o", - "cfe-extra/cfe_extra.o", - "cfe-extra/cfe_extra.cpp" - ], - "directory": "/home/devi/devi/cgrep.git/master", - "file": "cfe-extra/cfe_extra.cpp" - }, - { - "arguments": [ - "clang++", - "-c", - "-fpic", - "-I/usr/lib/llvm-10/include", - "-std=c++14", - "-fno-exceptions", - "-D_GNU_SOURCE", - "-D__STDC_CONSTANT_MACROS", - "-D__STDC_FORMAT_MACROS", - "-D__STDC_LIMIT_MACROS", - "-I/usr/lib/llvm-10/build//tools/clang/include", - "-I/usr/lib/llvm-10/build//tools/clang/include", - "-std=c++17", - "-fexceptions", - "-o", - "cgrep.o", - "cgrep.cpp" - ], - "directory": "/home/devi/devi/cgrep.git/master", - "file": "cgrep.cpp" - } -]
\ No newline at end of file |