Results 75 comments of oltolm

You don't have to use a bash script. I use cvise with batch/cmd scripts.

What does `which gcc` produce?

This probably needs to be reported upstream to GCC. I doubt we can do anything about it. Also it's the wrong repository. For mingw packages you should use https://github.com/msys2/MINGW-packages.

`make` does not run in parallel by default, either use `ninja` or `make -j `.