summaryrefslogtreecommitdiffstats
path: root/src/util/symcheck.pl
diff options
context:
space:
mode:
authorMichael Brown2005-05-03 14:24:52 +0200
committerMichael Brown2005-05-03 14:24:52 +0200
commit7df28572480c7779cafcde90051419467d1add51 (patch)
treeca1c7228e74dce2520280f23ecda4dacf342096f /src/util/symcheck.pl
parentD'oh (diff)
downloadipxe-7df28572480c7779cafcde90051419467d1add51.tar.gz
ipxe-7df28572480c7779cafcde90051419467d1add51.tar.xz
ipxe-7df28572480c7779cafcde90051419467d1add51.zip
Reduce large symbol warning threshold, now that most of the really
large symbols have been fixed.
Diffstat (limited to 'src/util/symcheck.pl')
-rwxr-xr-xsrc/util/symcheck.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/symcheck.pl b/src/util/symcheck.pl
index d5dce821..df37a253 100755
--- a/src/util/symcheck.pl
+++ b/src/util/symcheck.pl
@@ -3,7 +3,7 @@
use strict;
use warnings;
-use constant WARNING_SIZE => 2048;
+use constant WARNING_SIZE => 512;
my $symtab = {};