On 9/16/20 1:06 AM, Paolo Bonzini wrote:
> Because LIBS is not used anymore, tcmalloc/jemalloc does
> not work with binaries whose description is in Meson.
> The fix is simply to move them to Meson too.
>
> For consistency with other configure options, specifying
> --enable-malloc-trim together with --enable-{tc,je}malloc
> becomes a fatal error.
>
> Reported-by: Stefan Hajnoczi <[email protected]>
> Signed-off-by: Paolo Bonzini <[email protected]>
> ---
> configure | 84 +++++------------------------------------------
> meson.build | 28 +++++++++++++---
> meson_options.txt | 5 +++
> 3 files changed, 38 insertions(+), 79 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~