diff options
author | Robin Cornelius | 2010-10-09 10:30:11 +0100 |
---|---|---|
committer | Robin Cornelius | 2010-10-09 15:58:16 +0100 |
commit | 13e0e20e1be8a3437c8672369e25dec8e38ea983 (patch) | |
tree | 8107997ecd23d6b911094e5a47d5a068319f3953 /linden | |
parent | Fix tab/space issues in viewer_manifest.py (diff) | |
download | meta-impy-13e0e20e1be8a3437c8672369e25dec8e38ea983.zip meta-impy-13e0e20e1be8a3437c8672369e25dec8e38ea983.tar.gz meta-impy-13e0e20e1be8a3437c8672369e25dec8e38ea983.tar.bz2 meta-impy-13e0e20e1be8a3437c8672369e25dec8e38ea983.tar.xz |
Use all those cores for compile
Diffstat (limited to '')
-rw-r--r-- | linden/indra/cmake/00-Common.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/cmake/00-Common.cmake b/linden/indra/cmake/00-Common.cmake index 3497ec9..032a3cf 100644 --- a/linden/indra/cmake/00-Common.cmake +++ b/linden/indra/cmake/00-Common.cmake | |||
@@ -55,6 +55,7 @@ if (WINDOWS) | |||
55 | /Zc:forScope | 55 | /Zc:forScope |
56 | /nologo | 56 | /nologo |
57 | /Oy- | 57 | /Oy- |
58 | /MP | ||
58 | ) | 59 | ) |
59 | 60 | ||
60 | if(MSVC80 OR MSVC90) | 61 | if(MSVC80 OR MSVC90) |