From 6a80548e8f66c32f210db0e51523ff12952b61b0 Mon Sep 17 00:00:00 2001 From: CrashOveride95 Date: Thu, 3 Dec 2020 19:23:06 -0500 Subject: [PATCH] Disable compare --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ae68f648..5c8f35d7 100644 --- a/Makefile +++ b/Makefile @@ -124,7 +124,7 @@ endif # COMPARE - whether to verify the SHA-1 hash of the ROM after building # 1 - verifies the SHA-1 hash of the selected version of the game # 0 - does not verify the hash -COMPARE ?= 1 +COMPARE ?= 0 $(eval $(call validate-option,COMPARE,0 1)) TARGET_STRING := sm64.$(VERSION).$(GRUCODE)