From 9570c184e221bc287df318101a47b98fccfd5239 Mon Sep 17 00:00:00 2001 From: CrashOveride95 <40003130+CrashOveride95@users.noreply.github.com> Date: Thu, 13 May 2021 16:19:49 -0400 Subject: [PATCH] Update Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 8025c2ba..db51d193 100644 --- a/Makefile +++ b/Makefile @@ -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