diff options
author | TizenOpenSource <tizenopensrc@samsung.com> | 2024-01-22 15:17:04 +0900 |
---|---|---|
committer | TizenOpenSource <tizenopensrc@samsung.com> | 2024-01-22 15:17:04 +0900 |
commit | d6ea7e7c4172902086eab521ac7e74fab2009efd (patch) | |
tree | b52a4d6e16b14445a5b6c7b7d6b893813fdaa490 /CMakePresets.json | |
parent | d97bcaac29892fdfedf726d9127af64b98390d1c (diff) | |
download | re2c-d6ea7e7c4172902086eab521ac7e74fab2009efd.tar.gz re2c-d6ea7e7c4172902086eab521ac7e74fab2009efd.tar.bz2 re2c-d6ea7e7c4172902086eab521ac7e74fab2009efd.zip |
Imported Upstream version 3.1upstream/3.1upstream
Diffstat (limited to 'CMakePresets.json')
-rw-r--r-- | CMakePresets.json | 41 |
1 files changed, 28 insertions, 13 deletions
diff --git a/CMakePresets.json b/CMakePresets.json index 277abd34..8acd910f 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -137,6 +137,16 @@ "displayName": "Linux x86_64: GCC / Release / Skeleton / Out of tree (full)", "inherits": ["default-full-configuration", "linux-gcc-release-ootree-skeleton-fast"] }, + { + "name": "linux-gcc-valgrind-ootree-fast", + "displayName": "Linux x86_64: GCC / Valgrind / Out of tree (fast)", + "inherits": ["linux-gcc-release-ootree-skeleton-fast"] + }, + { + "name": "linux-gcc-valgrind-ootree-full", + "displayName": "Linux x86_64: GCC / Valgrind / Out of tree (full)", + "inherits": ["linux-gcc-release-ootree-skeleton-full"] + }, { @@ -217,7 +227,7 @@ { "name": "windows-config-base", "hidden": true, - "generator": "Visual Studio 16 2019", + "generator": "Visual Studio 17 2022", "condition": { "type": "equals", "lhs": "${hostSystemName}", @@ -247,10 +257,7 @@ { "name": "windows-msvc-debug-ootree-full", "displayName": "Windows x86_64: MSVC / Debug / Out of tree (full)", - "inherits": ["default-full-configuration", "windows-msvc-debug-ootree-fast"], - "cacheVariables": { - "RE2C_REBUILD_DOCS": false - } + "inherits": ["default-full-configuration", "windows-msvc-debug-ootree-fast"] }, { "name": "windows-msvc-debug-intree-fast", @@ -267,10 +274,7 @@ { "name": "windows-msvc-debug-intree-full", "displayName": "Windows x86_64: MSVC / Debug / In tree (full)", - "inherits": ["default-full-configuration", "windows-msvc-debug-intree-fast"], - "cacheVariables": { - "RE2C_REBUILD_DOCS": false - } + "inherits": ["default-full-configuration", "windows-msvc-debug-intree-fast"] }, { "name": "windows-msvc-release-ootree-fast", @@ -287,10 +291,7 @@ { "name": "windows-msvc-release-ootree-full", "displayName": "Windows x86_64: MSVC / Release / Out of tree (full)", - "inherits": ["default-full-configuration", "windows-msvc-release-ootree-fast"], - "cacheVariables": { - "RE2C_REBUILD_DOCS": false - } + "inherits": ["default-full-configuration", "windows-msvc-release-ootree-fast"] } ], "buildPresets": [ @@ -373,6 +374,20 @@ "inherits": "linux-build-base", "configuration": "Release" }, + { + "name": "linux-gcc-valgrind-ootree-fast", + "displayName": "Linux x86_64: GCC / Valgrind / Out of tree (fast)", + "configurePreset": "linux-gcc-valgrind-ootree-fast", + "inherits": "linux-build-base", + "configuration": "Release" + }, + { + "name": "linux-gcc-valgrind-ootree-full", + "displayName": "Linux x86_64: GCC / Valgrind / Out of tree (full)", + "configurePreset": "linux-gcc-valgrind-ootree-full", + "inherits": "linux-build-base", + "configuration": "Release" + }, { |