Skip to content

ROOT Cling Build Type Specification, master branch (2021.06.30.)

Made it possible to build ROOT with Cling in Debug mode.

By default ROOT builds Cling in Release mode, regardless of the build mode of the rest of ROOT. Since this can prevent us from debugging more complicated dictionary issues, a new cache variable was now introduced to allow us to specify the Cling build type to ROOT conveniently.

I ended up using this code for ATLASG-1602, and thought it would be good to keep in the long term as well.

Merge request reports