[fpc-pascal] What's in Hello World

Adriaan van Os adriaan at adriaan.biz
Sun Jan 7 12:30:19 CET 2024


Peter B via fpc-pascal wrote:

> Try building with smartlinking, -XX
> I get 35k

You can also experiment with ld linker options like --strip-all and --strip-debug or run the 
produced code through strip <https://www.man7.org/linux/man-pages/man1/strip.1.html> with various 
options (e.g. -u -r on OSX).

Regards,

Adriaan van Os



More information about the fpc-pascal mailing list