libretro / parallel-n64

Optimized/rewritten Nintendo 64 emulator made specifically for Libretro. Originally based on Mupen64 Plus.
309 stars 128 forks source link

add -fcommon flag to fix build with gcc-10 #753

Closed spleen1981 closed 1 year ago

spleen1981 commented 1 year ago

This is needed as from gcc-10 on default changed from -fcommon to -fno_common, resulting in build errors e.g. with Lakka v4.x. Fixes https://github.com/libretro/Lakka-LibreELEC/issues/1519