Skip to content
  • Ian Lynagh's avatar
    Silence "text reloc" warnings on OS X / x86 · 20705dff
    Ian Lynagh authored
    ld gives loads of warnings like:
        ld: warning: text reloc in _base_GHCziArr_unsafeArray_info to _base_GHCziArr_unsafeArray_closure
    when linking any program. We're not sure whether this is something we
    ought to fix, but for now we use the -Wl,-read_only_relocs,suppress flag
    to silence them.
    20705dff