Add --preload argument for debugging
The value gets prepended to the LD_PRELOAD envirnoment variable for
shotgun.lua
. This is useful e.g. for debugging with AddressSanitizer,
where libasan.so
needs to be the first preloaded library, but
preloading it to the Python script generates an immense amount of noise.