Which CMAKE settings were used for pre-built tarballs?

Good morning ROOT developers -

After failing to port a 6.36.02 build from Debian Trixie (13) to Ubuntu Noble (24.04), I’m now looking into the pre-built tarballs as suggested by the “Installing ROOT” page (I’m not allowed to put the link here).
I’m wondering which settings for the CMake configure stage have been used for them - in particular, which C++ standard was used, which components were turned ON / OFF.
Ideally, I’d like to look into the debian/* files and/or the build log…
Is this information available somewhere? I might have too much stuff enabled…

Thanks,

I guess a mix of

and the overridden options:

(similar files are there for Ubu24)

If the ROOT distribution contains recmake_initial.sh file, it will contain the exact configuration line.
You can also look at the result of root-config --features