Temporarily disabled shared threads because of a bug. Script were only working on 1 region. :)

Using default warning level on C#/VB compile
This commit is contained in:
Tedd Hansen
2008-02-03 09:35:50 +00:00
parent fc02dbc6bc
commit 5a99a96fed
3 changed files with 5 additions and 3 deletions

View File

@@ -349,7 +349,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
parameters.GenerateExecutable = false;
parameters.OutputAssembly = OutFile;
parameters.IncludeDebugInformation = CompileWithDebugInformation;
parameters.WarningLevel = 1; // Should be 4?
//parameters.WarningLevel = 1; // Should be 4?
parameters.TreatWarningsAsErrors = false;
CompilerResults results;