<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello.<br><br>Here size of "nude" program and library compiled with fpc 2.7.1.<br>Why is it a so big size-difference ?<br><br>Compiled with => fpc 2.7.1 => linux 64<br>Compiler parameters : -MObjFPC -Scghi -CX -Os1 -Xs -XX -vewnhi -fPIC<br><br>program prognude ;<br>begin<br>end.  <br>=> 26.9 k<br><br>library libnude ;<br>begin<br>end. <br>=> 196.3 k<br>______________________________<br><br>Here with same 'uos' unit in 'uses' :<br><br>program proguos ;<br>uses<br>uos;<br>begin<br>end.  <br>=> 211.1 k<br><br>library libuos ;<br>uses<br>uos;<br>begin<br>end. <br>=> 1000.1 k<br><br>Many thanks.<br><br><br>                                    </div></body>
</html>