diff options
author | bloodstalker <thabogre@gmail.com> | 2019-03-14 07:03:18 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-03-14 07:03:18 +0000 |
commit | 1c7bcf8a4e843b2b254888996abbc08c64e97b05 (patch) | |
tree | 5b8e3cc5e4977ea2967c8a3bb66766b82daac359 /compile_commands.json | |
parent | update (diff) | |
download | cgrep-1c7bcf8a4e843b2b254888996abbc08c64e97b05.tar.gz cgrep-1c7bcf8a4e843b2b254888996abbc08c64e97b05.zip |
checked with trunk version 355787. if you use the trunk llvm-clang you build for everything like me, you might have to rebuild your compilation databases,otherwise cgrep breaks mysteriously...
Diffstat (limited to 'compile_commands.json')
-rw-r--r-- | compile_commands.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compile_commands.json b/compile_commands.json index 0d0753d..fcd399f 100644 --- a/compile_commands.json +++ b/compile_commands.json @@ -1,6 +1,6 @@ [ { - "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", + "command": "c++ -c -include-pch pch.hpp.gch -fpic -I/home/bloodstalker/extra/llvm-clang-4/llvm/include -I/home/bloodstalker/extra/llvm-clang-4/build/include -std=c++11 -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 -std=c++17 -fexceptions -o cgrep.o cgrep.cpp", "directory": "/home/bloodstalker/extra/cgrep", "file": "/home/bloodstalker/extra/cgrep/cgrep.cpp" } |