浏览代码

Reduce large symbol warning threshold, now that most of the really

large symbols have been fixed.
tags/v0.9.3
Michael Brown 20 年前
父节点
当前提交
7df2857248
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/util/symcheck.pl

+ 1
- 1
src/util/symcheck.pl 查看文件

3
 use strict;
3
 use strict;
4
 use warnings;
4
 use warnings;
5
 
5
 
6
-use constant WARNING_SIZE => 2048;
6
+use constant WARNING_SIZE => 512;
7
 
7
 
8
 my $symtab = {};
8
 my $symtab = {};
9
 
9
 

正在加载...
取消
保存