mirror of
https://github.com/ipxe/ipxe
synced 2025-12-16 01:21:10 +03:00
Reduce large symbol warning threshold, now that most of the really
large symbols have been fixed.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use constant WARNING_SIZE => 2048;
|
use constant WARNING_SIZE => 512;
|
||||||
|
|
||||||
my $symtab = {};
|
my $symtab = {};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user