I'm compiling Tesseract with Ninja. Clang has some linking problem, and gcc works. I exports CC and CXX to gcc and make -j8
runs fine. However, Ninja (using the given script in /build
folder) still uses clang. How can I specify compiler in Ninja?
↧
Ninja doesn't use CC and CXX?
↧