diff options
Diffstat (limited to 'src/targets.py')
| -rw-r--r-- | src/targets.py | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/targets.py b/src/targets.py deleted file mode 100644 index 50fcab0..0000000 --- a/src/targets.py +++ /dev/null @@ -1,19 +0,0 @@ -targets = {"glibc" : { - "cmd_prefix" : "", - "binary_suffix" : "", - "LD_PRELOAD" : "", - "color" : "C1" - }, - "tcmalloc" : { - "cmd_prefix" : "", - "binary_suffix" : "", - "LD_PRELOAD" : "targets/libtcmalloc.so", - "color" : "C2" - }, - "jemalloc" : { - "cmd_prefix" : "", - "binary_suffix" : "", - "LD_PRELOAD" : "targets/libjemalloc.so", - "color" : "C3" - }, - } |
