summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-10-16 17:49:09 -0400
committerGriffinR <griffin.richards@comcast.net>2019-10-16 17:49:09 -0400
commit535576adaecfc7d5afca53f00a780bca3880c96e (patch)
treef5ffe36acb396978d7b94807bf0bba219c0d6d94
parente215a4b2f88332985b9ee3e9cde4171b5e34eb3f (diff)
Set compare flag in config
-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