mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-23 18:49:08 +08:00
Add missing OpenMP flags for fuzzer-api
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
139b11272f
commit
8571cd26f8
@ -1007,6 +1007,7 @@ fuzzer-api: $(top_srcdir)/unittest/fuzzers/fuzzer-api.cpp
|
||||
-I $(top_srcdir)/src/ccmain \
|
||||
-I $(top_srcdir)/src/ccstruct \
|
||||
-I $(top_srcdir)/src/ccutil \
|
||||
$(OPENMP_CXXFLAGS) \
|
||||
$< \
|
||||
$(builddir)/.libs/libtesseract.a \
|
||||
$(LEPTONICA_LIBS) \
|
||||
|
Loading…
Reference in New Issue
Block a user