Skip to content

Add --preload argument for debugging

Oto Šťáva requested to merge shotgun-ld-preload into master

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.

Merge request reports