You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[interpreter] Decouple Cling assertions from LLVM_BUILD_TYPE
Reset CMAKE_BUILD_TYPE after LLVM to make Cling (and CppInterOp)
follow the general ROOT build type and the asserts option. This
allows having Cling assertions even with RelWithDebInfo builds,
the default LLVM_BUILD_TYPE=Release, and asserts=ON (as we have
in the CI).
0 commit comments