Skip to content
  • Simon Peyton Jones's avatar
    Add -fspecialise-aggressively · b9e49d3e
    Simon Peyton Jones authored
    This flag specialises any imported overloaded function that has an
    unfolding, whether or not it was marked INLINEABLE.
    
    We get a lot of orphan SPEC rules as a result, but that doesn't matter
    provided we don't treat orphan auto-generated rules as causing the module
    itself to be an orphan module.  See Note [Orphans and auto-generated rules]
    in MkIface.
    b9e49d3e