[Orxonox-commit 975] r5698 - code/trunk/cmake

landauf at orxonox.net landauf at orxonox.net
Sun Aug 30 02:33:29 CEST 2009


Author: landauf
Date: 2009-08-30 02:33:29 +0200 (Sun, 30 Aug 2009)
New Revision: 5698

Modified:
   code/trunk/cmake/LibraryConfigTardis.cmake
Log:
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!

Modified: code/trunk/cmake/LibraryConfigTardis.cmake
===================================================================
--- code/trunk/cmake/LibraryConfigTardis.cmake	2009-08-30 00:32:59 UTC (rev 5697)
+++ code/trunk/cmake/LibraryConfigTardis.cmake	2009-08-30 00:33:29 UTC (rev 5698)
@@ -36,6 +36,9 @@
 IF(TARDIS)
   MESSAGE(STATUS "Running on D-ITET isg.ee Tardis Computer. Using customized paths.")
 
+  SET(CMAKE_C_COMPILER "gcc-4.1.1")
+  SET(CMAKE_CXX_COMPILER "g++-4.1.1")
+
   # Note: When setting ENV${} variables, make sure to use quotes when
   #       having multiple directories.
   SET(BOOST_INCLUDEDIR "/usr/pack/boost-1.36.0-sd/include/boost-1_36")




More information about the Orxonox-commit mailing list