diff options
author | Jennifer Leech <jenn@lindenlab.com> | 2011-03-01 19:54:17 -0800 |
---|---|---|
committer | Jennifer Leech <jenn@lindenlab.com> | 2011-03-01 19:54:17 -0800 |
commit | 7093503e26e48b25f6e1ae251dab89191fce8d9f (patch) | |
tree | 85afa559bed06e1db36fc22f388305347bc45855 | |
parent | f228cebc7709321ee5d04c40066c755bed41af76 (diff) |
Attempting to configure VS2010 to only use one processor core to troubleshoot conflict with TC.
-rw-r--r-- | autobuild.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autobuild.xml b/autobuild.xml index 819bc27c1e..7ff756dc7e 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1961,6 +1961,7 @@ <array> <string>/build</string> <string>"/cfg=Release|Win32"</string> + <string>"/CL_ADD="/m:1""</string> </array> </map> <key>configure</key> |