drc: initial cop2/gte implementation (works, mostly)
[pcsx_rearmed.git] / Makefile
index 79a8f2d..37d1311 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,9 @@ endif
 ifndef DEBUG
 CFLAGS += -O2
 endif
 ifndef DEBUG
 CFLAGS += -O2
 endif
+ifdef DRC_DBG
+CFLAGS += -DDRC_DBG
+endif
 TARGET = pcsx
 
 all: $(TARGET)
 TARGET = pcsx
 
 all: $(TARGET)