using 'external' Makefile
Posted: Thu Mar 01, 2018 12:12 am
Hello!
I'm using a 11.0.7 version of the CodeLite with Windows10 (x64); I'm working with C++ code for Arm Cortex M4, and using my own Makefile on order to build everything properly. When I right-click on the project, and select "build" menu option, CodeLite does the build. But it is too slow. looks like it does 'make' instead of 'make -j 16' . How I can make it work faster and enable the parallel compilation?
Best regards, Igor
I'm using a 11.0.7 version of the CodeLite with Windows10 (x64); I'm working with C++ code for Arm Cortex M4, and using my own Makefile on order to build everything properly. When I right-click on the project, and select "build" menu option, CodeLite does the build. But it is too slow. looks like it does 'make' instead of 'make -j 16' . How I can make it work faster and enable the parallel compilation?
Best regards, Igor