Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5698


Ignore:
Timestamp:
Aug 30, 2009, 2:33:29 AM (15 years ago)
Author:
landauf
Message:

Finally found the reason why tardis links so damn slow: gcc-4.1.2. With 4.1.1 linking is more than 10 times faster!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/LibraryConfigTardis.cmake

    r3068 r5698  
    3737  MESSAGE(STATUS "Running on D-ITET isg.ee Tardis Computer. Using customized paths.")
    3838
     39  SET(CMAKE_C_COMPILER "gcc-4.1.1")
     40  SET(CMAKE_CXX_COMPILER "g++-4.1.1")
     41
    3942  # Note: When setting ENV${} variables, make sure to use quotes when
    4043  #       having multiple directories.
Note: See TracChangeset for help on using the changeset viewer.