Skip to content
  • Ben Gamari's avatar
    1dc0d7af
    linker: Introduce linker_verbose debug output · 1dc0d7af
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    This splits the -Dl RTS debug output into two distinct flags:
    
     * `+RTS -Dl` shows errors and debug output which scales with at most
       O(# objects)
     * `+RTS -DL` shows debug output which scales with O(# symbols)t
    1dc0d7af
    linker: Introduce linker_verbose debug output
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    This splits the -Dl RTS debug output into two distinct flags:
    
     * `+RTS -Dl` shows errors and debug output which scales with at most
       O(# objects)
     * `+RTS -DL` shows debug output which scales with O(# symbols)t
Loading