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(
|
||||
"build_type",
|
||||
default="RelWithDebInfo",
|
||||
default="Release",
|
||||
description="The build type to build",
|
||||
values=(
|
||||
"Debug",
|
||||
|
Loading…
Reference in New Issue
Block a user