Sming - Open Source framework for high efficiency native ESP8266 development

User avatar
By kolban
#26746 I had to do what @gschmott suggested and installed MinGW and used the "mingw32-make" that came with that package. Once done, everything worked great ... including the "really" nice flag on the make command called "--jobs <number>" ... which caused make to go parallel and actively compiled multiple source files concurrently. My build went from minutes to seconds.

Neil