[Klone-users] Reduce size of klone executable
Stefano Barbato
barbato at koanlogic.com
Thu May 14 03:58:15 EDT 2009
On 14/mag/09, at 09:27, diakat 2000 wrote:
> Hello,
>
> I want to reduce the size of my executable.
>
> I know about release/debug versions and the use of the -O(2)
> compiler option.
> But the size of the executable is still too big.
>
> So I added my pages one by one my webapp, for testing. I find out,
> that the size of the klone executable is growing by 3x the size of the
> added page.
>
> For example:
> klone before adding: 1412 KB
> testpage.klx: 42 KB
> klone after adding: 1530 KB (= a difference of 118 KB)
>
> Why is it like that?
>
> Are there some common advices to keep the klone size small / or to
> reduce the file size?
>
>
> Best regards,
> d.
are you using mingw or cygwin?
did you strip the kloned file (run "strip kloned")?
s
More information about the klone-users
mailing list