瀏覽代碼

UPdate

svn path=/trunk/mono/; revision=112911
Miguel de Icaza 17 年之前
父節點
當前提交
7fbd1028cd
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. 7 1
      README

+ 7 - 1
README

@@ -351,7 +351,13 @@ This is Mono.
 			Generics support.  Disabling this will not
 			allow Mono to run any 2.0 libraries or
 			code that contains generics.
-	  	
+
+		jit:
+			Removes the JIT engine from the build, this reduces
+			the executable size, and requires that all code
+			executed by the virtual machine be compiled with
+			Full AOT before execution.
+
 	--enable-big-arrays
 
 		This enables the use arrays whose indexes are larger