diff --git a/build/systemMenu_RED/Launcher/ARM9/Makefile b/build/systemMenu_RED/Launcher/ARM9/Makefile index e16931ac..99c2c913 100644 --- a/build/systemMenu_RED/Launcher/ARM9/Makefile +++ b/build/systemMenu_RED/Launcher/ARM9/Makefile @@ -28,11 +28,7 @@ SUBDIRS = \ #---------------------------------------------------------------------------- -ifdef SDK_FINALROM DISABLE_DEBUG = TRUE -else -DISABLE_DEBUG = FALSE -endif TARGET_FIRM = SYSTEMMENU TARGET_PLATFORM = TWL diff --git a/build/systemMenu_RED/MachineSettings/ARM9/Makefile b/build/systemMenu_RED/MachineSettings/ARM9/Makefile index 6cc2e3bd..fe21b677 100644 --- a/build/systemMenu_RED/MachineSettings/ARM9/Makefile +++ b/build/systemMenu_RED/MachineSettings/ARM9/Makefile @@ -22,11 +22,7 @@ SUBDIRS = \ #---------------------------------------------------------------------------- -ifdef SDK_FINALROM DISABLE_DEBUG = TRUE -else -DISABLE_DEBUG = FALSE -endif TARGET_FIRM = SYSTEMMENU TARGET_PLATFORM = TWL