Closed AKuHAK closed 3 years ago
Can you put an if conditions there, and just do it for windows?
Or actually even better, just set j=1
for MinGW
Thanks
This is an alternative solution, I think just calling make clean all install
as oneliner is better solution as it will work in all platforms. It should do the same trick as make clean; make all; make install
Ok, sorry I misunderstood the issue.
Thanks
MinGW can crash if -j is greater than 2 and multiple instances of make are run. This can be fixed by using -j 1 or by removing multiple make calls.