From 7093503e26e48b25f6e1ae251dab89191fce8d9f Mon Sep 17 00:00:00 2001 From: Jennifer Leech <jenn@lindenlab.com> Date: Tue, 1 Mar 2011 19:54:17 -0800 Subject: [PATCH] Attempting to configure VS2010 to only use one processor core to troubleshoot conflict with TC. --- autobuild.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/autobuild.xml b/autobuild.xml index 819bc27c1e9..7ff756dc7e2 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> -- GitLab