Remove GDB because it was broken to begin with

This commit is contained in:
CrashOveride95
2021-04-18 12:29:43 -04:00
parent 4068afb39f
commit 69c5d0cbb1
7 changed files with 4 additions and 1586 deletions

View File

@@ -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