Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Where do I add parameters to "Build project " "make"?
Where do I add parameters to "Build project " "make"? [message #1817058] Thu, 14 November 2019 20:11
Helen Keller is currently offline Helen KellerFriend
Messages: 173
Registered: June 2019
Senior Member
SOLVED
Properties -> Build
Remove "Default build command"
Add -j4 to "make"
Verified by first line during running "make "
make -j4 all




Selecting "Build project " In "Project explorer" tab runs "make".
I can run "make -j4" using CLI to utilize my multiprocessor hardware.

Is there away to add such parameter "-j4" to "make" in Eclipse?
Checking the build log does not indicate that "-j4" is automatically selected.

[Updated on: Thu, 14 November 2019 21:41]

Report message to a moderator

Previous Topic:New Arduino project and empty folder in Project Explorer
Next Topic:What happened to setting compiler options ?
Goto Forum:
  


Current Time: Thu Sep 19 18:51:27 GMT 2024

Powered by FUDForum. Page generated in 0.03166 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top