On 18/09/20 14:55, 罗勇刚(Yonggang Luo) wrote:
> 
>>  if test "$tcmalloc" = "yes" && test "$jemalloc" = "yes" ; then
>>      echo "ERROR: tcmalloc && jemalloc can't be used at the same time"
>>      exit 1
>> -fi
> This patch looks good for me, but I still have a small advice than move
> thse judgement from
> configure to meson, because finally they need to be converted.
> and getting tcmalloc /  jemalloc to be "enabled" "disabled" for consistence
> 

This error cannot apply to meson.build because it uses a single
multi-choice option "-Dmalloc=system|tcmalloc|jemalloc".

Paolo


Reply via email to