People, please, I have answered to everything you have asked, and didn't use magic tricks or something like that and people are shoothing from the roofs I am talking bullshit.

Howto for small Hello World:

* Install Free Pascal 2.0.2
* Start up the IDE.
* [pascal]program hello;
begin
writeln('Hello world');
end.[/pascal]
* Select options->mode->release.
* Compiler.
* I have a file that is 133 kb.
* Go to Dos prompt.
* 'strip hello.exe'
* A have a file that is 28 kb.

How to for Lazarus will follow later. Don't know yet if it will be Linux or Windows, but with the hand on my heart: there is no difference.

The only lesson from these stories is that perhaps default settings should change. Disable debugging info so people can no longer debug and enable smartlinking so you need to wait longer for your compiler.... But I'm sure we'll get complaints that the debugger doesn't work then.