X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=configure;h=59aa6ece6b2f1c230fa028f2ff722afc1b7758f5;hb=1af8663579c0e0eb08fda29df51d0eefb2e2b6de;hp=3a306085c77aab3d37838ca6eb0e02e1f550b431;hpb=4b672a63da3083ab6d4673cdb223bc1c978ed7d2;p=rust.git diff --git a/configure b/configure index 3a306085c77..59aa6ece6b2 100755 --- a/configure +++ b/configure @@ -421,6 +421,7 @@ opt llvm-static-stdcpp 0 "statically link to libstdc++ for LLVM" opt rpath 1 "build rpaths into rustc itself" opt nightly 0 "build nightly packages" opt verify-install 1 "verify installed binaries work" +opt jemalloc 1 "build liballoc with jemalloc" valopt prefix "/usr/local" "set installation prefix" valopt local-rust-root "/usr/local" "set prefix for local rust binary" valopt llvm-root "" "set LLVM root" @@ -868,6 +869,7 @@ do make_dir $h/test/debuginfo-lldb make_dir $h/test/codegen make_dir $h/test/doc-tutorial + make_dir $h/test/doc-guide make_dir $h/test/doc-guide-ffi make_dir $h/test/doc-guide-runtime make_dir $h/test/doc-guide-macros @@ -875,7 +877,6 @@ do make_dir $h/test/doc-guide-pointers make_dir $h/test/doc-guide-container make_dir $h/test/doc-guide-tasks - make_dir $h/test/doc-complement-cheatsheet make_dir $h/test/doc-rust done @@ -1167,6 +1168,7 @@ putvar CFG_MANDIR putvar CFG_DISABLE_INJECT_STD_VERSION putvar CFG_JEMALLOC_ROOT putvar CFG_LIBUV_ROOT +putvar CFG_DISABLE_JEMALLOC # Avoid spurious warnings from clang by feeding it original source on # ccache-miss rather than preprocessed input.