summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorEduard-Mihai Burtescu <edy.burt@gmail.com>2017-02-10 22:59:40 +0200
committerEduard-Mihai Burtescu <edy.burt@gmail.com>2017-02-14 01:52:03 +0200
commitd29f0bc8fa166117e62b1fa2969dd31f415fd887 (patch)
tree29bf430d515a0cd59cc2c99c88bf355e7a7fee26 /configure
parentNuke src/vendor. (diff)
downloadgrust-d29f0bc8fa166117e62b1fa2969dd31f415fd887.tar.gz
grust-d29f0bc8fa166117e62b1fa2969dd31f415fd887.tar.bz2
grust-d29f0bc8fa166117e62b1fa2969dd31f415fd887.tar.xz
Automatically vendor Cargo deps when building the source tarballs.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index c751ad9731..e9a0b4c476 100755
--- a/configure
+++ b/configure
@@ -648,6 +648,7 @@ opt rustbuild 1 "use the rust and cargo based build system"
648opt codegen-tests 1 "run the src/test/codegen tests" 648opt codegen-tests 1 "run the src/test/codegen tests"
649opt option-checking 1 "complain about unrecognized options in this configure script" 649opt option-checking 1 "complain about unrecognized options in this configure script"
650opt ninja 0 "build LLVM using the Ninja generator (for MSVC, requires building in the correct environment)" 650opt ninja 0 "build LLVM using the Ninja generator (for MSVC, requires building in the correct environment)"
651opt locked-deps 0 "force Cargo.lock to be up to date"
651opt vendor 0 "enable usage of vendored Rust crates" 652opt vendor 0 "enable usage of vendored Rust crates"
652opt sanitizers 0 "build the sanitizer runtimes (asan, lsan, msan, tsan)" 653opt sanitizers 0 "build the sanitizer runtimes (asan, lsan, msan, tsan)"
653 654