RetroDebugger icon indicating copy to clipboard operation
RetroDebugger copied to clipboard

Missing gcc compiler flag

Open thecky opened this issue 1 year ago • 0 comments

Hi,

currently the code doesn't compile under "Arch" with GCC 14.1.1. The fix is really simple, just add CMAKE_C_FLAGS to CMakeLists.txt, like it's already done with CMAKE_CXX_FLAGS. So, that you have these lines:

set (CMAKE_CXX_FLAGS "-fpermissive") set (CMAKE_C_FLAGS "-fpermissive")

This is already addressed in issue #31 (atleast in the first posts).

Regards, Thomas

thecky avatar May 13 '24 16:05 thecky