1 | initial version |
"can’t write PCH file: No space left on device"
well, i'm on win, but a build here takes ~2gb.
the pch files are quite big, opencv_features2d290.pch alone 16.5mb, so you could trade compile time against disk space and rerun cmake with ENABLE_PRECOMPILED_HEADERS=OFF (but cleanup anything that cmake generated before)