6 "displayName": "Build as debug",
8 "binaryDir": "${sourceDir}/build",
10 "CMAKE_BUILD_TYPE": "Debug",
11 "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
16 "displayName": "Build with Asan support.",
18 "binaryDir": "${sourceDir}/build-asan",
20 "CMAKE_BUILD_TYPE": "Debug",
21 "ECM_ENABLE_SANITIZERS" : "'address;undefined'",
22 "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
27 "displayName": "Build with CMake unity support.",
29 "binaryDir": "${sourceDir}/build-unity",
31 "CMAKE_BUILD_TYPE": "Debug",
32 "CMAKE_UNITY_BUILD": "ON",
33 "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
38 "displayName": "Build as release mode.",
40 "binaryDir": "${sourceDir}/build-release",
42 "CMAKE_BUILD_TYPE": "Release"
47 "displayName": "profile",
49 "binaryDir": "${sourceDir}/build-profile",
51 "CMAKE_BUILD_TYPE": "RelWithDebInfo",
52 "CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
57 "displayName": "clazy",
59 "binaryDir": "${sourceDir}/build-clazy",
61 "CMAKE_BUILD_TYPE": "Debug"
65 "CCACHE_DISABLE": "ON"
72 "configurePreset": "dev"
76 "configurePreset": "clazy",
78 "CLAZY_CHECKS" : "level0,level1,detaching-member,ifndef-define-typo,isempty-vs-count,qrequiredresult-candidates,reserve-candidates,signal-with-return-value,unneeded-cast,function-args-by-ref,function-args-by-value,returning-void-expression,no-ctor-missing-parent-argument,isempty-vs-count,qhash-with-char-pointer-key,raw-environment-function,qproperty-type-mismatch,old-style-connect,qstring-allocations,container-inside-loop,heap-allocated-small-trivial-type,inefficient-qlist,qstring-varargs,level2,detaching-member,heap-allocated-small-trivial-type,isempty-vs-count,qstring-varargs,qvariant-template-instantiation,raw-environment-function,reserve-candidates,signal-with-return-value,thread-with-slots,no-ctor-missing-parent-argument,no-missing-typeinfo",
79 "CCACHE_DISABLE" : "ON"