aboutsummaryrefslogtreecommitdiff
path: root/common_targets.py
diff options
context:
space:
mode:
Diffstat (limited to 'common_targets.py')
-rw-r--r--common_targets.py13
1 files changed, 1 insertions, 12 deletions
diff --git a/common_targets.py b/common_targets.py
index 847536e..6d7d539 100644
--- a/common_targets.py
+++ b/common_targets.py
@@ -12,12 +12,7 @@ for l in p.stdout.splitlines():
if not l.startswith('\t'):
library_path += l
-common_targets = {"klmalloc" : {
- "cmd_prefix" : "",
- "binary_suffix" : "",
- "LD_PRELOAD" : "targets/libklmalloc.so",
- "color" : "C0"
- },
+common_targets = {
"glibc" : {
"cmd_prefix" : "",
"binary_suffix" : "",
@@ -52,9 +47,3 @@ common_targets = {"klmalloc" : {
"color" : "C5"
},
}
-
-analyse_targets = {"chattymalloc" : {"cmd_prefix" : "",
- "binary_suffix" : "",
- "LD_PRELOAD" : "build/chattymalloc.so"
- }
- }