Stephane-D / SGDK

SGDK - A free and open development kit for the Sega Mega Drive
https://www.patreon.com/SGDK
MIT License
1.7k stars 179 forks source link

Updated to use GCC 13.2.0 #327

Closed iratahack closed 1 month ago

iratahack commented 2 months ago

Updated the compiler and debugger to newer versions.

The benchmark app reports a better total score so optimizations are slightly improved with this version. IH.

joeyparrish commented 1 month ago

The Windows binaries are no longer the only way to run SGDK. Could you also update the Docker files to build GCC 13? Otherwise, your change will only affect Windows users.

iratahack commented 1 month ago

@joeyparrish , the current docker build already includes gcc 13. This PR is to bring the Windows environment up to the same spec while maintaining backward compatibility.

joeyparrish commented 1 month ago

Cool, thanks. Sorry I didn't notice.