Skip to content
  • David Terei's avatar
    LLVM: Decrease max opt level used under OSX to avoid bug · 726cab79
    David Terei authored
    Currently, many programs compiled with GHC at -O2 and LLVM
    set to -O3 will segfault (only under OSX). Until this issue
    is fixed I have simply 'solved' the segfault by lowering
    the max opt level for LLVM used to -O2 under OSX.
    
    All these recent changes to OSX should mean its finally as
    stable as Linux and Windows.
    726cab79