[fpc-devel]fpc1.1
Florian Klaempfl
Florian.Klaempfl at gmx.de
Tue Nov 19 00:55:27 CET 2002
At 20:45 18.11.2002, you wrote:
>Hello.
>
>1)
>I've got a subj via CVS, compiled compiler, rtl. (After little correction in
>source code I've done)
>
>The I tried:
>program test;
>begin
> writeln('hello stupid world!'); // (c) example from GNU :)
>end.
>
>then make:
>ppc386 -Og3p2 -XX -Xs test.pas
>
>And what did I see?
>test.exe have size ~70KB!
>
>For comparation:
>fpc-1.0.6 [Win32] 14KB
>fpc-1.0.6 [FreeBSD] 10KB
>
>It's a bug or feature? :)
>After modification in Makefile.fpc in /rtl/win32 with flags for optimization,
>etc the "test.exe" size still ~70KB.
Use a smartlinked rtl, e.g. created by
make CREATESMART=1
More information about the fpc-devel
mailing list