Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 7 and Version 8 of code/tools/CMake


Ignore:
Timestamp:
Nov 29, 2007, 6:46:20 PM (16 years ago)
Author:
nicolasc
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/CMake

    v7 v8  
    1010
    1111=== Optimize KDevelop ===
     12Do some configursation to make the usage of KDevelop smoother[[br]]
     13
    1214Go to '''{{{Project->Project Option->Build Option->Make}}}''', and do the following changes[[BR]]
    1315
    1416* Select Run Multiple Jobs, and set Number of Simultaneous Jobs to 3[[BR]]
    1517* 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
    1723* adapt working dir, to be able to run it directly (you still need to run the run-script the first time)