From fb24e589290f7ffbee04972eed35fca37facdf1c Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 25 Dec 2024 19:49:10 +0530 Subject: Minor tesseract optimizations --- chelleport.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'chelleport.cabal') diff --git a/chelleport.cabal b/chelleport.cabal index f273a39..2d03b63 100644 --- a/chelleport.cabal +++ b/chelleport.cabal @@ -51,6 +51,7 @@ common extension extra-libraries: stdc++ Xtst X11 tesseract leptonica include-dirs: include c-sources: cpp/libchelleport.cpp + cxx-options: -O3 -ffast-math -march=native extra-source-files: cpp/*.cpp include/*.h -- cgit v1.3.1