Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8638


Ignore:
Timestamp:
May 28, 2011, 5:16:27 PM (13 years ago)
Author:
rgrieder
Message:

Added build unit configurations for just 1 CPU thread.

Location:
code/branches/unity_build/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/unity_build/src/BuildUnitsConfigGCC.cmake

    r8633 r8638  
    2424 #
    2525
    26 SET(BUILD_UNITS_CONFIG_2_THREADS
     26SET(BUILD_UNITS_CONFIG_1_THREADS
    2727  util              1
    2828  core              2
     
    3939  weapons           1
    4040)
     41
     42SET(BUILD_UNITS_CONFIG_2_THREADS ${BUILD_UNITS_CONFIG_1_THREADS})
    4143
    4244SET(BUILD_UNITS_CONFIG_4_THREADS
  • code/branches/unity_build/src/BuildUnitsConfigMSVC.cmake

    r8633 r8638  
    2323 #    Configures the number of build units per library
    2424 #
     25
     26SET(BUILD_UNITS_CONFIG_1_THREADS
     27  util              1
     28  core              1
     29  network           1
     30  tools             1
     31  orxonox           2 # Avoids running out of symbol adresses (fix with /bigobj)
     32  designtools       1
     33  notifications     1
     34  objects           1
     35  overlays          1
     36  pickup            1
     37  pong              1
     38  questsystem       1
     39  weapons           1
     40)
    2541
    2642SET(BUILD_UNITS_CONFIG_2_THREADS
Note: See TracChangeset for help on using the changeset viewer.