mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-11 10:17:49 +00:00
Reduce large symbol warning threshold, now that most of the really
large symbols have been fixed.
This commit is contained in:
parent
42eb786ced
commit
7df2857248
@ -3,7 +3,7 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use constant WARNING_SIZE => 2048;
|
||||
use constant WARNING_SIZE => 512;
|
||||
|
||||
my $symtab = {};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user