diff --git a/common_targets.py b/common_targets.py index c17ab70a90479318a7a0aa903234193bc2e715f0..b793a6ff5a688bff521f3766c7a2c135c5244246 100644 --- a/common_targets.py +++ b/common_targets.py @@ -30,4 +30,8 @@ common_targets = {"klmalloc" : { }, } -analyse_targets = {"chattymalloc" : {"LD_PRELOAD" : "build/chattymalloc.so"}} +analyse_targets = {"chattymalloc" : {"cmd_prefix" : "", + "binary_suffix" : "", + "LD_PRELOAD" : "build/chattymalloc.so" + } + }