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