Skip to content

Commit

Permalink
Disable dictionary build optimisation
Browse files Browse the repository at this point in the history
Takes 2+ hrs to build with it on
  • Loading branch information
Jackson-S committed Aug 10, 2019
1 parent a4706a4 commit d787432
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d787432

Please sign in to comment.