infallible_new_true.sh 171 B

123456789
  1. #!/bin/sh
  2. XMALLOC_STR=""
  3. if [ "x${enable_xmalloc}" = "x1" ] ; then
  4. XMALLOC_STR="xmalloc:false,"
  5. fi
  6. export MALLOC_CONF="${XMALLOC_STR}experimental_infallible_new:true"