_Geant4 Version:_11.0.4
_Operating System:_Linux (NixOS, etc.)
_Compiler/Version:_clang 11.1.0 (etc.)
_CMake Version:_3.25.3
Trying to build Geant4 with Qt and debug symbols:
- enabling Qt: works
- enabling debug symbols (with
CMAKE_BUILD_TYPE=RelWithDebInfo
): works - enabling Qt and debug symbols simultaneously: Qt works, but debug symbols not present in any
libG4*so
.
I’m letting Nix take care of the low-level details of the compilation, so I would have to dig around a bit more to discover exactly how the high-level requirements are expressed at a lower level, but the high-level observation is that each of my requirements (Qt, debug-symbols) works in isolation, but one of them fails when they are combined. So, before investing too much time on digging around in details, I’d like to ask whether there are known issues relating to the combination of Qt and debug symbols in Geant4.