Changes between Version 6 and Version 7 of code/tools/CMake
- Timestamp:
- Nov 29, 2007, 6:36:00 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/CMake
v6 v7 10 10 11 11 === Optimize KDevelop === 12 Go to '''{{{Project->Project Option->Make Option->Make}}}, and do the following changes''' 13 * makeopts to 3[[BR]] 14 * nice level 5 [[br]] 12 Go to '''{{{Project->Project Option->Build Option->Make}}}''', and do the following changes[[BR]] 13 14 * Select Run Multiple Jobs, and set Number of Simultaneous Jobs to 3[[BR]] 15 * set Make Prority to 5 [[br]] 15 16 * CFLAGS/CXXFLAGS for optimized code[[br]] 16 17 * adapt working dir, to be able to run it directly (you still need to run the run-script the first time)