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
_
Am Monday 20 June 2011 11:45:25 schrieb Julien Devillers:
> Hello
>
>
>
> With fpc for linux, I need to include a build-id to my executable but I
> don't see any option for this.
>
A Build-Date would also be good if it's not already possible.
>
> I found that
>
> http://lists.fedoraproject.org/pip
Hello
With fpc for linux, I need to include a build-id to my executable but I
don't see any option for this.
I found that
http://lists.fedoraproject.org/pipermail/devel/2007-October/112754.html
but it's rather old, maybe something have been done on the subject until
today.
Any id