diff options
author | notaz | 2010-12-05 16:48:35 +0200 |
---|---|---|
committer | notaz | 2010-12-05 16:48:35 +0200 |
commit | b9b61529b6c9bf30a3146178e2dda31b15ff3614 (patch) | |
tree | 4bf05387bf63f834fcc24a5b4e04d1a3cf213062 /Makefile | |
parent | 822b27d12f2c2a66f8de4ff7109f452048c5d899 (diff) | |
download | pcsx_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-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,9 @@ endif ifndef DEBUG CFLAGS += -O2 endif +ifdef DRC_DBG +CFLAGS += -DDRC_DBG +endif TARGET = pcsx all: $(TARGET) |