Fix compilation with DEBUG flag
authorChristian Fetzer <fetzer.ch@gmail.com>
Mon, 5 Dec 2016 22:12:44 +0000 (23:12 +0100)
committerChristian Fetzer <fetzer.ch@gmail.com>
Mon, 5 Dec 2016 22:44:33 +0000 (23:44 +0100)
commit779d96d907ecbd5fce8a9b7c1a7f0cf172bc5c0d
tree929bae1aca95d272eb20ad8ae79eb34a4b6ccdfa
parent0d87bd6a48493afbaeefa67cb229a16cb6d60b25
Fix compilation with DEBUG flag

- Use DEBUG flag similar to other libretro cores (DEBUG=0 disables,
  DEBUG=1 enables the debug build)
- Optimize with -O2 for debugging because the core won't work otherwise
- Always strip sections to prevent undefined symbol errors
Makefile