aboutsummaryrefslogtreecommitdiffstats
path: root/compile_commands.json
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-11-07 13:03:20 +0000
committerbloodstalker <thabogre@gmail.com>2018-11-07 13:03:20 +0000
commit70b9ee3e29864367e6e4693864f110e727271b48 (patch)
treecc8a3e98384174d2b947a56cb44ba51b9ee4f234 /compile_commands.json
parentInitial commit (diff)
downloadcgrep-70b9ee3e29864367e6e4693864f110e727271b48.tar.gz
cgrep-70b9ee3e29864367e6e4693864f110e727271b48.zip
update
Diffstat (limited to 'compile_commands.json')
-rw-r--r--compile_commands.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/compile_commands.json b/compile_commands.json
new file mode 100644
index 0000000..0d0753d
--- /dev/null
+++ b/compile_commands.json
@@ -0,0 +1,7 @@
+[
+ {
+ "command": "c++ -c -fpic -I/home/bloodstalker/extra/llvm-clang-4/llvm/include -I/home/bloodstalker/extra/llvm-clang-4/build/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -ffunction-sections -fdata-sections -O2 -fno-exceptions -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/bloodstalker/extra/llvm-clang-4/llvm/tools/clang/include -I/home/bloodstalker/extra/llvm-clang-4/build/tools/clang/include -stdlib=libstdc++ -std=c++17 -fexceptions -o cgrep.o cgrep.cpp",
+ "directory": "/home/bloodstalker/extra/cgrep",
+ "file": "/home/bloodstalker/extra/cgrep/cgrep.cpp"
+ }
+] \ No newline at end of file