ROOT build type of installation

Hello,

Is it possible to get the CMAKE_BUILD_TYPE of an existing installation?

Also, are there any Debug / RelWithDebInfo builds on CVMFS?

Thank you in advance!

find ${ROOTSYS} -name "ROOTConfig-targets-*.cmake" # see the returned "*" string

1 Like

Hi @renyhp ,
there are debug builds on CVMFS, e.g. in the LCG releases marked with dbg (rather than opt):

$ source /cvmfs/sft.cern.ch/lcg/views/LCG_100/x86_64-centos7-gcc10-dbg/setup.sh

Cheers,
Enrico