Merge pull request #40 from fetzerch/debug
authorTwinaphex <libretro@gmail.com>
Mon, 5 Dec 2016 23:01:46 +0000 (00:01 +0100)
committerGitHub <noreply@github.com>
Mon, 5 Dec 2016 23:01:46 +0000 (00:01 +0100)
Fix compilation with DEBUG flag

Makefile

index 9b364dd..a62d9b1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,16 +1,19 @@
 TARGET ?= PicoDrive
+DEBUG = 0
 CFLAGS += -Wall 
 CFLAGS += -I. -DINLINE=inline
-ifndef DEBUG
+ifeq ($(DEBUG),0)
 ifeq ($(platform), vita)
 CFLAGS += -O3 -DNDEBUG
 else
 CFLAGS += -O2 -DNDEBUG -ffunction-sections
 endif
+else
+CFLAGS += -g -O2
+endif
 ifneq ($(APPLE),1)
 LDFLAGS += -Wl,--gc-sections
 endif
-endif
 #CFLAGS += -DEVT_LOG
 #CFLAGS += -DDRC_CMP
 #cpu_cmp = 1