BogDan via fpc-devel <fpc-devel@lists.freepascal.org> schrieb am Sa., 12.
Feb. 2022, 10:18:

> Also, everything that is not used by the application it should be stripped
> by the linker (if it has one). Again I'd like to highlight that I'm new to
> fpc, last time I used pascal it was over 20 years ago :) .
>

The linker can only remove stuff that isn't used. And due to the cross
platform nature of FPC manager approaches are used to make the easier
maintainable which also results in a negative impact there.

But anyway: did you build FPC and the RTL with the -CX option and compile
your application with -XX?

Regards,
Sven

>
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to