aboutsummaryrefslogtreecommitdiffstats
path: root/safercpp/compile_commands.json
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-04-04 11:53:10 +0000
committerbloodstalker <thabogre@gmail.com>2017-04-04 11:53:10 +0000
commit9d235facebb4066d261106156da274b83511811f (patch)
tree011b7379aa0a0c20d76a2668c552955275487b63 /safercpp/compile_commands.json
parentupdated the latest tested build to 299357 (diff)
downloadmutator-9d235facebb4066d261106156da274b83511811f.tar.gz
mutator-9d235facebb4066d261106156da274b83511811f.zip
updated
Diffstat (limited to '')
-rw-r--r--safercpp/compile_commands.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/safercpp/compile_commands.json b/safercpp/compile_commands.json
index eb42e61..45df24c 100644
--- a/safercpp/compile_commands.json
+++ b/safercpp/compile_commands.json
@@ -1,6 +1,6 @@
[
{
- "command": "c++ -c -I/home/bloodstalker/extra/llvm-clang-4/llvm/include -I/home/bloodstalker/extra/llvm-clang-4/build/include -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -Werror=date-time -std=c++11 -ffunction-sections -fdata-sections -O3 -DNDEBUG -fno-exceptions -fno-rtti -D_GNU_SOURCE -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++1z -stdlib=libstdc++ -UNDEBUG -fexceptions -o safercpp-arr.o safercpp-arr.cpp",
+ "command": "c++ -c -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 -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wdelete-non-virtual-dtor -Wno-comment -ffunction-sections -fdata-sections -O2 -fno-exceptions -DLLVM_BUILD_GLOBAL_ISEL -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++1z -stdlib=libstdc++ -UNDEBUG -fexceptions -frtti -o safercpp-arr.o safercpp-arr.cpp",
"directory": "/home/bloodstalker/devi/hell2/safercpp",
"file": "/home/bloodstalker/devi/hell2/safercpp/safercpp-arr.cpp"
}