diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-09-04 22:15:01 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-09-04 22:15:01 +0200 |
| commit | 9bbe812c3ccc5b26100e4fbd30b851c609e8a3a7 (patch) | |
| tree | da1fe0c9b5da5bcb012ec079de9a22d5ea4d1951 | |
| parent | 0e2ddf50d85c18d7f043c15dbb56cfdbf75984bc (diff) | |
| download | kernel-9bbe812c3ccc5b26100e4fbd30b851c609e8a3a7.tar.xz kernel-9bbe812c3ccc5b26100e4fbd30b851c609e8a3a7.zip | |
build: use Release config for release builds
| -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 }, |
