**** Merged r40732-r40872 from MCS ****
[mono.git] / mcs / gmcs / rootcontext.cs
index dffeaeda752431eefb44d53b2282f3e9887bda9f..3e79b457aa602170bd62349baaee892530a75467 100644 (file)
@@ -71,6 +71,11 @@ namespace Mono.CSharp {
 
                public static bool VerifyClsCompliance = true;
 
+               /// <summary>
+               /// Holds /optimize option
+               /// </summary>
+               public static bool Optimize = true;
+
                public static LanguageVersion Version = LanguageVersion.Default;
 
                //