From d787432c0f6f1201eb989e9a218c5a2562d2dfa0 Mon Sep 17 00:00:00 2001 From: Jackson-S Date: Sat, 10 Aug 2019 17:16:04 +1000 Subject: [PATCH] Disable dictionary build optimisation Takes 2+ hrs to build with it on --- assets/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/Makefile b/assets/Makefile index 79e79f4..df737be 100644 --- a/assets/Makefile +++ b/assets/Makefile @@ -14,7 +14,8 @@ CSS_PATH = JapaneseDictionary.css PLIST_PATH = JapaneseDictionary.plist IMAGE_PATH = "OtherResources/Images" -DICT_BUILD_OPTS = -v 10.6 +# Uncomment -v 10.6 to enable optimisation +DICT_BUILD_OPTS = # -v 10.6 # Suppress adding supplementary key. # DICT_BUILD_OPTS = -s 0 # Suppress adding supplementary key.