Skip to content
Snippets Groups Projects
Commit 2de3e794 authored by Wouter Deconinck's avatar Wouter Deconinck Committed by Sylvester Joosten
Browse files

[podio] build_type RelWithDebInfo

parent 4d276cc9
Branches
Tags
1 merge request!168[podio] build_type RelWithDebInfo
......@@ -22,7 +22,7 @@ spack:
- hepmc3@3.2.2 +python +rootio
- stow@2.3.1
- cairo@1.16.0 +fc+ft+X+pdf+gobject
- podio@0.13.1
- podio@0.13.1 build_type=RelWithDebInfo
- geant4@10.7.1 cxxstd=17 +opengl +vecgeom +x11 +qt +threads ^qt +opengl
- dd4hep@1.18 +geant4 +assimp +hepmc3 +ipo +lcio
- acts@13.0.0 +dd4hep +digitization +identification +json +tgeo +ipo +examples +fatras +geant4
......
......@@ -28,7 +28,7 @@ class Podio(CMakePackage):
variant('build_type', default='Release',
description='The build type to build',
values=('Debug', 'Release'))
values=('Debug', 'RelWithDebInfo', 'MinSizeRel', 'Release'))
variant('sio', default=False,
description='Build the SIO I/O backend')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment