Skip to content
  • Cheng Shao's avatar
    9ec76f61
    hadrian: don't add debug info to non-debug ways of rts · 9ec76f61
    Cheng Shao authored and Marge Bot's avatar Marge Bot committed
    Hadrian used to pass -g when building all ways of rts. It makes output
    binaries larger (especially so for wasm backend), and isn't needed by
    most users out there, so this patch removes that flag. In case the
    debug info is desired, we still pass -g3 when building the debug way,
    and there's also the debug_info flavour transformer which ensures -g3
    is passed for all rts ways.
    9ec76f61
    hadrian: don't add debug info to non-debug ways of rts
    Cheng Shao authored and Marge Bot's avatar Marge Bot committed
    Hadrian used to pass -g when building all ways of rts. It makes output
    binaries larger (especially so for wasm backend), and isn't needed by
    most users out there, so this patch removes that flag. In case the
    debug info is desired, we still pass -g3 when building the debug way,
    and there's also the debug_info flavour transformer which ensures -g3
    is passed for all rts ways.
Loading