libretro / desmume2015

Port of Desmume to libretro based on Desmume SVN circa 2015.
29 stars 44 forks source link

Fixed debug build, don't strip on debug Windows build #65

Closed athairus closed 9 years ago

athairus commented 9 years ago

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.