make mallocng the default malloc implementation

This commit is contained in:
Rich Felker
2020-06-30 15:38:27 -04:00
parent e71188fa05
commit ea6d7847ac
2 changed files with 3 additions and 3 deletions
Vendored
+2 -2
View File
@@ -36,7 +36,7 @@ Optional features:
--disable-static inhibit building static library [enabled]
Optional packages:
--with-malloc=... choose malloc implementation [oldmalloc]
--with-malloc=... choose malloc implementation [mallocng]
Some influential environment variables:
CC C compiler command [detected]
@@ -142,7 +142,7 @@ static=yes
wrapper=auto
gcc_wrapper=no
clang_wrapper=no
malloc_dir=oldmalloc
malloc_dir=mallocng
for arg ; do
case "$arg" in