This PR adds two simple changes to improve compilation and development speed on Windows:
Add multiprocessing to cadet compilation.
Use separate build folders for RELEASE and DEBUG (and all other build types). This allows the build system to fall back onto previously done work when re-compiling cadet after switching the build type.
This PR adds two simple changes to improve compilation and development speed on Windows: