+ Unsafe Compile Context Support
+ Allow unsafe context for ScriptCompiler process.
This commit is contained in:
parent
d715573172
commit
559f13e61e
1 changed files with 3 additions and 1 deletions
|
|
@ -80,7 +80,9 @@ namespace Server
|
|||
|
||||
public static string GetCompilerOptions( bool debug )
|
||||
{
|
||||
StringBuilder sb = null;
|
||||
StringBuilder sb = null;
|
||||
|
||||
AppendCompilerOption( ref sb, "/unsafe" );
|
||||
|
||||
if( !debug )
|
||||
AppendCompilerOption( ref sb, "/optimize" );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue