summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--config.mk2
2 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 891c4e598..1073afa05 100644
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,6 @@ else
EXE :=
endif
-COMPARE := 0
-
#### Tools ####
SHELL := /bin/bash -o pipefail
diff --git a/config.mk b/config.mk
index 171478df1..3c48f7b13 100644
--- a/config.mk
+++ b/config.mk
@@ -6,7 +6,7 @@ GAME_REVISION ?= 0
GAME_LANGUAGE ?= ENGLISH
DEBUG ?= 0
DEBUG_TRANSLATE ?= 0
-COMPARE ?= 1
+COMPARE ?= 0
# For gbafix
MAKER_CODE := 01