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