Skip to content
  • Alp Mestanogullari's avatar
    Hadrian: teach the RTS that PROFILING implies TRACING · 457fe789
    Alp Mestanogullari authored and Marge Bot's avatar Marge Bot committed
    As discussed in #16744, both the Make and Hadrian build systems
    have special code to always pass -eventlog whenever -prof or -debug
    are passed. However, there is some similar logic in the RTS itself only
    for defining TRACING when the DEBUG macro is defined, but no such logic
    is implemented to define TRACING when the PROFILING macro is defined.
    This patch adds such a logic and therefore fixes #16744.
    457fe789