mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
drc: lots of new debug code
This commit is contained in:
parent
d3524932fa
commit
00faec9cdb
10 changed files with 399 additions and 153 deletions
8
Makefile
8
Makefile
|
@ -6,6 +6,10 @@ CFLAGS += -Iplatform/linux/
|
|||
ifndef DEBUG
|
||||
CFLAGS += -O2 -DNDEBUG
|
||||
endif
|
||||
#CFLAGS += -DDRC_CMP
|
||||
#drc_debug = 4
|
||||
#profile = 1
|
||||
|
||||
|
||||
all: config.mak target_
|
||||
|
||||
|
@ -44,10 +48,6 @@ use_cz80 ?= 1
|
|||
use_sh2mame ?= 1
|
||||
endif
|
||||
|
||||
#drc_debug = 3
|
||||
#drc_debug_interp = 1
|
||||
#profile = 1
|
||||
|
||||
-include Makefile.local
|
||||
|
||||
ifeq "$(use_musashi)" "1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue