summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/rocfft/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/rocfft/package.py')
-rw-r--r--var/spack/repos/builtin/packages/rocfft/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/rocfft/package.py b/var/spack/repos/builtin/packages/rocfft/package.py
index 1a26557500..d3c61fc4ff 100644
--- a/var/spack/repos/builtin/packages/rocfft/package.py
+++ b/var/spack/repos/builtin/packages/rocfft/package.py
@@ -33,7 +33,7 @@ class Rocfft(CMakePackage):
'gfx1011', 'gfx1012'
)
- variant('build_type', default='Release', values=("Release", "Debug"), description='CMake build type')
+ variant('build_type', default='Release', values=("Release", "Debug", "RelWithDebInfo"), description='CMake build type')
variant('amdgpu_target', default='gfx701', multi=True, values=amdgpu_targets)
variant('amdgpu_target_sram_ecc', default='none', multi=True, values=amdgpu_targets)