Skip to content

Commit

Permalink
option/cmakelists: disable mecab support by default
Browse files Browse the repository at this point in the history
It will no longer be enabled by default since most people won't want or
need it. It also keeps binary sizes down.
  • Loading branch information
ripose-jp committed Jun 23, 2024
1 parent e34c5d5 commit 106cd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion option/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ option(MAC_CROSSCOMPILE_X86 "Enables ARM machines to cross compile for x86" OFF)
option(RELEASE_BUILD "Toggle to build with release settings" OFF)

option(OCR_SUPPORT "Support for OCR through MangaOCR" OFF)
option(MECAB_SUPPORT "Support for deconjugation with MeCab" ON)
option(MECAB_SUPPORT "Support for deconjugation with MeCab" OFF)

0 comments on commit 106cd37

Please sign in to comment.