benchmark: set default build type to Release (#50013)

This commit is contained in:
Thomas Padioleau 2025-04-14 10:06:06 +02:00 committed by GitHub
parent b3585ff1b8
commit 0a6767e602
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ class Benchmark(CMakePackage):
variant(
"build_type",
default="RelWithDebInfo",
default="Release",
description="The build type to build",
values=("Debug", "Release", "RelWithDebInfo", "MinSizeRel", "Coverage"),
)