Update Makefile

This commit is contained in:
CrashOveride95
2021-05-13 16:19:49 -04:00
committed by GitHub
parent 1fe697b02e
commit 9570c184e2

View File

@@ -191,8 +191,10 @@ endif
ifeq ($(USE_DEBUG),1)
ULTRALIB := ultra_d
DEFINES += DEBUG=1
else
ULTRALIB := ultra_rom
DEFINES += _FINALROM=1 NDEBUG=1
endif
# HVQM - whether to use HVQM fmv library