If I try ``make -j4 -C release``, the compilation fails, but without ``-j4``, it works fine.
If I try
make -j4 -C release, the compilation fails, but without-j4, it works fine.