소스 검색

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

large symbols have been fixed.
tags/v0.9.3
Michael Brown 19 년 전
부모
커밋
7df2857248
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/util/symcheck.pl

+ 1
- 1
src/util/symcheck.pl 파일 보기

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

Loading…
취소
저장