aboutsummaryrefslogtreecommitdiffstats
path: root/compile_commands.json
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-11-09 09:49:34 +0000
committerbloodstalker <thabogre@gmail.com>2018-11-09 09:49:34 +0000
commitf26827a6487449ec94e931b2d17ad5b97b634ea0 (patch)
tree4698b6d07da2e2fe6e4e4f31de9b52c929dc3859 /compile_commands.json
parentInitial commit (diff)
downloadcfe-extra-f26827a6487449ec94e931b2d17ad5b97b634ea0.tar.gz
cfe-extra-f26827a6487449ec94e931b2d17ad5b97b634ea0.zip
init commit
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..00d5c01
--- /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 cfe_extra.o cfe_extra.cpp",
+ "directory": "/home/bloodstalker/extra/cfe-extra",
+ "file": "/home/bloodstalker/extra/cfe-extra/cfe_extra.cpp"
+ }
+] \ No newline at end of file