On Thu, Jul 16, 2020 at 04:02:53PM +0200, Jonas Smedegaard wrote: > Quoting Mikolaj Konarski (2020-07-16 15:50:53) > > Hi, > > > > Does disabling optimization help? I have it disabled for these > > architectures in haskell-lambdahack and it did help in that case. > > I will try. Thanks for the suggestion!
"-O0 -g0" worked for me on armel, I am currently trying on mipsel what the minimum required change is. > - Jonas cu Adrian