Compiler a bit bigger
This commit is contained in:
parent
e0e9e78d8e
commit
7ed864f5b0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ t=/usr/src/etc/binary_sizes
|
|||
if [ "$1" = big ]
|
||||
then t=$t.big
|
||||
fi
|
||||
chmem =200000 /usr/lib/* /usr/lib/i386/*
|
||||
chmem =250000 /usr/lib/* /usr/lib/i386/*
|
||||
if [ -f $t ]
|
||||
then cat "$t" | while read line
|
||||
do awk '{ print "chmem =" $2 " " $1 }'
|
||||
|
|
Loading…
Reference in a new issue