JinxBIGBIG
Results
2
issues of
JinxBIGBIG
The orders that"git checkout....esmini 2.1.5" and make -j4 install can not work correctly
make -j4 install I think is bound to gcc. Perhaps that's the problem? More generic way would be: `cmake --build . -j 4 --target install` But the -j (parallel builds)...