瀏覽代碼

the current number of builds in Release.Tool has exceeded the limit (16) -> increased the limit to 32

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6611 8c9fc860-2736-0410-a75d-ab315db34111
eth.morozova 9 年之前
父節點
當前提交
15d0aec2e0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/Release.Mod

+ 1 - 1
source/Release.Mod

@@ -114,7 +114,7 @@ CONST
 	(* File.release*)
 	(* File.release*)
 	All = {0..31};
 	All = {0..31};
 
 
-	MaxBuilds = 16;
+	MaxBuilds = 32;
 	MaxPrefixes = 32;
 	MaxPrefixes = 32;
 	MaxNofImports = 64; (* Maximum number of entries in a module import section *)
 	MaxNofImports = 64; (* Maximum number of entries in a module import section *)