diff options
| -rw-r--r-- | CMakePresets.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/CMakePresets.json b/CMakePresets.json index b26d9576..2dc18a09 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -7,7 +7,7 @@ "binaryDir": "${sourceDir}/build/${presetName}", "generator": "Ninja Multi-Config", "cacheVariables": { - "CMAKE_CONFIGURATION_TYPES": "Debug;MinSizeRel", + "CMAKE_CONFIGURATION_TYPES": "Debug;Release", "CMAKE_EXPORT_COMPILE_COMMANDS": true, "CMAKE_VERIFY_INTERFACE_HEADER_SETS": true } @@ -58,7 +58,7 @@ "displayName": "x86-64 kernel image (Release)", "description": "Bootable release image for x86-64 systems", "configurePreset": "x86_64", - "configuration": "MinSizeRel" + "configuration": "Release" }, { "name": "bht-dbg", @@ -72,7 +72,7 @@ "displayName": "Build-host tests (Release)", "description": "Unit and integration tests", "configurePreset": "bht", - "configuration": "MinSizeRel" + "configuration": "Release" }, { "name": "bht-stress-dbg", @@ -108,7 +108,7 @@ "displayName": "Build-host tests (Release)", "description": "Unit and integration tests", "configurePreset": "bht", - "configuration": "MinSizeRel", + "configuration": "Release", "output": { "outputOnFailure": true }, @@ -134,7 +134,7 @@ "displayName": "Build-host stress tests (Release)", "description": "Stress tests", "configurePreset": "bht-stress", - "configuration": "MinSizeRel", + "configuration": "Release", "output": { "outputOnFailure": true }, |
