Parrallel compiling with CMake
Posted: Fri Sep 20, 2019 10:43 am
With the old GNU Make build system, compiling my projects with would drastically reduce my build time from minutes to seconds. How can I do this with the idf.py CMake build system?
Code: Select all
make -j8