From 9bbe812c3ccc5b26100e4fbd30b851c609e8a3a7 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 4 Sep 2026 22:15:01 +0200 Subject: build: use Release config for release builds --- CMakePresets.json | 10 +++++----- 1 file 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 }, -- cgit v1.2.3