You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Remove GDB because it was broken to begin with
This commit is contained in:
12
Makefile
12
Makefile
@@ -174,18 +174,6 @@ ifeq ($(UNF),1)
|
||||
USE_DEBUG := 1
|
||||
endif
|
||||
|
||||
# GDB - whether to use GDB + UNFLoader
|
||||
# 1 - includes code in ROM
|
||||
# 0 - does not
|
||||
GDB ?= 0
|
||||
$(eval $(call validate-option,GDB,0 1))
|
||||
ifeq ($(GDB),1)
|
||||
DEFINES += GDB=1
|
||||
SRC_DIRS += src/gdb
|
||||
USE_DEBUG := 1
|
||||
endif
|
||||
|
||||
|
||||
# ISVPRINT - whether to fake IS-Viewer presence,
|
||||
# allowing for usage of CEN64 (and possibly Project64) to print messages to terminal.
|
||||
# 1 - includes code in ROM
|
||||
|
||||
Reference in New Issue
Block a user