From 53209a657114f273d065fe1b05d3e4af8cc354d6 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Fri, 31 Aug 2018 18:49:34 +0200 Subject: remove klmalloc and analyse_targets --- common_targets.py | 13 +------------ 1 file changed, 1 insertion(+), 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" - } - } -- cgit v1.2.3