X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=37d131180b4e438269e67a6880138d6d7a04b40f;hp=79a8f2deed2703ba7cb34c05b159b7373117ad20;hb=b9b61529b6c9bf30a3146178e2dda31b15ff3614;hpb=822b27d12f2c2a66f8de4ff7109f452048c5d899 diff --git a/Makefile b/Makefile index 79a8f2de..37d13118 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)