libretro / px68k-libretro

Portable SHARP X68000 Emulator for Libretro
http://hissorii.blog45.fc2.com
GNU General Public License v2.0
45 stars 41 forks source link

Use -O2 optimization #129

Closed negativeExponent closed 3 years ago

negativeExponent commented 3 years ago

Platform-defines uses -O2, but later on is overwritten with -O3. So which one should be used? PR changes this to use -O2 by default. Its faster at about 1-minute less than using -O3 anyways so that probably means something.