diff options
Diffstat (limited to 'liblsan.0.pkg/control')
-rw-r--r-- | liblsan.0.pkg/control | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/liblsan.0.pkg/control b/liblsan.0.pkg/control new file mode 100644 index 0000000..65ee895 --- /dev/null +++ b/liblsan.0.pkg/control @@ -0,0 +1,7 @@ +Architecture: any +Platform: all +Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends}, +Description: LeakSanitizer (LSan), a memory leak detector + LeakSanitizer is a run-time memory leak detector. It can be combined with + AddressSanitizer to get both memory error and leak detection, or used in a + stand-alone mode. |