diff options
author | Rich Felker <dalias@aerifal.cx> | 2020-06-30 15:30:27 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2020-06-30 15:38:27 -0400 |
commit | ea6d7847ac128f02d1f01ffd01e68341df34ac6e (patch) | |
tree | f1493cd4cd6dc040143b8b77b5988eaf73186981 /configure | |
parent | e71188fa051c70128c1c880164c222c34b1749c3 (diff) | |
download | musl-ea6d7847ac128f02d1f01ffd01e68341df34ac6e.tar.gz musl-ea6d7847ac128f02d1f01ffd01e68341df34ac6e.tar.bz2 musl-ea6d7847ac128f02d1f01ffd01e68341df34ac6e.tar.xz musl-ea6d7847ac128f02d1f01ffd01e68341df34ac6e.zip |
make mallocng the default malloc implementation
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |