DEBUG was being set after Makefile.libretro was read, preventing a few files that had the necessary symbols from being compiled and causing linker errors.
I have also changed Windows builds to only strip symbols when DEBUG=0. With symbols stripped, source information was lost making debugging a pain.
DEBUG
was being set after Makefile.libretro was read, preventing a few files that had the necessary symbols from being compiled and causing linker errors.I have also changed Windows builds to only strip symbols when
DEBUG=0
. With symbols stripped, source information was lost making debugging a pain.