Switch GROMACS build type to Release (#36181)
The current default RelWithDebInfo gives significantly slower builds so it should not be the default.
This commit is contained in:
parent
b54d208aea
commit
3897c1308e
@ -93,7 +93,7 @@ class Gromacs(CMakePackage):
|
|||||||
variant("nosuffix", default=False, description="Disable default suffixes")
|
variant("nosuffix", default=False, description="Disable default suffixes")
|
||||||
variant(
|
variant(
|
||||||
"build_type",
|
"build_type",
|
||||||
default="RelWithDebInfo",
|
default="Release",
|
||||||
description="The build type to build",
|
description="The build type to build",
|
||||||
values=(
|
values=(
|
||||||
"Debug",
|
"Debug",
|
||||||
|
Loading…
Reference in New Issue
Block a user