mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-02 10:59:36 +02:00
drc: lots of new debug code
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
ifdef drc_debug
|
||||
use_fame = 1
|
||||
use_cz80 = 1
|
||||
use_cyclone = 0
|
||||
use_drz80 = 0
|
||||
|
||||
asm_memory = 0
|
||||
asm_render = 0
|
||||
asm_ym2612 = 0
|
||||
asm_misc = 0
|
||||
asm_cdpico = 0
|
||||
asm_cdmemory = 0
|
||||
asm_mix = 0
|
||||
endif
|
||||
|
||||
ifeq "$(profile)" "1"
|
||||
CFLAGS += -fprofile-generate
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user