Stephane-D / SGDK

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

Updated to use GCC 13.2.0 #327

Closed iratahack closed 6 months ago

iratahack commented 7 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 6 months 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 6 months 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 6 months ago

Cool, thanks. Sorry I didn't notice.