Changes between Version 7 and Version 8 of code/tools/CMake
- Timestamp:
- Nov 29, 2007, 6:46:20 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/CMake
v7 v8 10 10 11 11 === Optimize KDevelop === 12 Do some configursation to make the usage of KDevelop smoother[[br]] 13 12 14 Go to '''{{{Project->Project Option->Build Option->Make}}}''', and do the following changes[[BR]] 13 15 14 16 * Select Run Multiple Jobs, and set Number of Simultaneous Jobs to 3[[BR]] 15 17 * set Make Prority to 5 [[br]] 16 * CFLAGS/CXXFLAGS for optimized code[[br]] 18 * Optional: Add Environment Variables [[br]] 19 ** i.e Name: CFLAGS; Value: -O2 -pipe[[br]] 20 ''If you don't know what CFLAGS are, don't set them, otherwise use at you own discretion''[[br]][[br]] 21 22 17 23 * adapt working dir, to be able to run it directly (you still need to run the run-script the first time)