Skip to content
  • Vivek Das Mohapatra's avatar
    capsule-dlmopen.c: when debugging WRAPPERS turn on extra debug for ELF · 687f1075
    Vivek Das Mohapatra authored
    The code path that installs wrappers inside the capsule is the same
    as the one that scribbles capsule functions out into the rest of the
    application - however if we don't want to turn on noisy debug in the
    ELF handling paths all the time - so we cheat and turn it on around
    the ELF munging call from the wrap function only if DEBUG_WRAPPERS
    is already in the flags.
    687f1075