libretro / libretro-cap32

caprice32 4.2.0 libretro
21 stars 34 forks source link

Revert "Changing Android optimizations to -Ofast (...)" #64

Closed rsn8887 closed 5 years ago

rsn8887 commented 5 years ago

This reverts commit 6c50e6c19062414a52e71d94d745d4dc5ac918b4.

It was worth a try because it worked in Vice, but here with cap32, -Ofast causes crashes on loading game. So revert back to -O0 since it is the only setting that works without crashes it seems.

See https://github.com/libretro/libretro-cap32/issues/45#issuecomment-518421279

rsn8887 commented 5 years ago

@DSkywalk ready to merge. Thanks!