aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2010-12-05 16:48:35 +0200
committernotaz2010-12-05 16:48:35 +0200
commitb9b61529b6c9bf30a3146178e2dda31b15ff3614 (patch)
tree4bf05387bf63f834fcc24a5b4e04d1a3cf213062 /Makefile
parent822b27d12f2c2a66f8de4ff7109f452048c5d899 (diff)
downloadpcsx_rearmed-b9b61529b6c9bf30a3146178e2dda31b15ff3614.tar.gz
pcsx_rearmed-b9b61529b6c9bf30a3146178e2dda31b15ff3614.tar.bz2
pcsx_rearmed-b9b61529b6c9bf30a3146178e2dda31b15ff3614.zip
drc: initial cop2/gte implementation (works, mostly)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 79a8f2d..37d1311 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,9 @@ endif
ifndef DEBUG
CFLAGS += -O2
endif
+ifdef DRC_DBG
+CFLAGS += -DDRC_DBG
+endif
TARGET = pcsx
all: $(TARGET)