benchmark: set default build type to Release (#50013)
This commit is contained in:
parent
b3585ff1b8
commit
0a6767e602
@ -45,7 +45,7 @@ class Benchmark(CMakePackage):
|
|||||||
|
|
||||||
variant(
|
variant(
|
||||||
"build_type",
|
"build_type",
|
||||||
default="RelWithDebInfo",
|
default="Release",
|
||||||
description="The build type to build",
|
description="The build type to build",
|
||||||
values=("Debug", "Release", "RelWithDebInfo", "MinSizeRel", "Coverage"),
|
values=("Debug", "Release", "RelWithDebInfo", "MinSizeRel", "Coverage"),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user