diff --git a/utils/tesseract/Makefile b/utils/tesseract/Makefile index 328998df..55a9f305 100644 --- a/utils/tesseract/Makefile +++ b/utils/tesseract/Makefile @@ -35,6 +35,7 @@ endef TARGET_CFLAGS:=$(filter-out -O%,$(TARGET_CFLAGS)) -O3 CMAKE_OPTIONS += \ + -DAUTO_OPTIMIZE=OFF \ -DBUILD_TRAINING_TOOLS=OFF define Build/InstallDev