Skip to content
Snippets Groups Projects
Commit 84d7add2 authored by Florian Fischer's avatar Florian Fischer
Browse files

fix chattymalloc target for new target layout

parent 46f24b94
No related branches found
No related tags found
No related merge requests found
......@@ -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"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment