aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)