[fpc-pascal] build-id

Marco van de Voort marcov at stack.nl
Mon Jun 20 12:07:44 CEST 2011


In our previous episode, Julien Devillers said:
> With fpc for linux, I need to include a build-id  to my executable but I
> don't see any option for this.

You can pass arguments to the linker directly using -k. If the linker
supports --build-id, simply pass

-k--build-id

to the linker




More information about the fpc-pascal mailing list