samdze / playdate-nim

Nim bindings with extra features for the Playdate SDK
66 stars 3 forks source link

CHANGE GCC optimization level from O3 to O2 #76

Closed ninovanhooff closed 3 months ago

ninovanhooff commented 3 months ago

Not sure whether I'll find the source again, but I read somewhere that O2 outperforms O3 on playdate.

This also holds true for my game; in my stress test I get 44.0 - 44.5 fps instead of 39.9 - 44.2 before this change

ninovanhooff commented 3 months ago

oops, closing because this PR also contains other changes