I'm compiling Tesseract with Ninja. Clang has some linking problem, but gcc works. I exports CC and CXX with 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, using a given.ninja
script?
↧
Ninja doesn't use CC and CXX?
↧