aboutsummaryrefslogtreecommitdiff
path: root/common_targets.py
diff options
context:
space:
mode:
Diffstat (limited to 'common_targets.py')
-rw-r--r--common_targets.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/common_targets.py b/common_targets.py
index c17ab70..b793a6f 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"
+ }
+ }