aboutsummaryrefslogtreecommitdiff
path: root/chelleport.cabal
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-12-25 19:49:10 +0530
committerAkshay Nair <phenax5@gmail.com>2024-12-25 19:49:16 +0530
commitfb24e589290f7ffbee04972eed35fca37facdf1c (patch)
tree49a467cf35f9ac3469164a6134d0a0a3b5b3074a /chelleport.cabal
parent580439bf8dd33e00f6a668a4828eab01d24d7abf (diff)
downloadchelleport-fb24e589290f7ffbee04972eed35fca37facdf1c.tar.gz
chelleport-fb24e589290f7ffbee04972eed35fca37facdf1c.zip
Minor tesseract optimizations
Diffstat (limited to 'chelleport.cabal')
-rw-r--r--chelleport.cabal1
1 files changed, 1 insertions, 0 deletions
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