diff options
author | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2017-02-10 22:59:40 +0200 |
---|---|---|
committer | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2017-02-14 01:52:03 +0200 |
commit | d29f0bc8fa166117e62b1fa2969dd31f415fd887 (patch) | |
tree | 29bf430d515a0cd59cc2c99c88bf355e7a7fee26 /configure | |
parent | Nuke src/vendor. (diff) | |
download | grust-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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -648,6 +648,7 @@ opt rustbuild 1 "use the rust and cargo based build system" | |||
648 | opt codegen-tests 1 "run the src/test/codegen tests" | 648 | opt codegen-tests 1 "run the src/test/codegen tests" |
649 | opt option-checking 1 "complain about unrecognized options in this configure script" | 649 | opt option-checking 1 "complain about unrecognized options in this configure script" |
650 | opt ninja 0 "build LLVM using the Ninja generator (for MSVC, requires building in the correct environment)" | 650 | opt ninja 0 "build LLVM using the Ninja generator (for MSVC, requires building in the correct environment)" |
651 | opt locked-deps 0 "force Cargo.lock to be up to date" | ||
651 | opt vendor 0 "enable usage of vendored Rust crates" | 652 | opt vendor 0 "enable usage of vendored Rust crates" |
652 | opt sanitizers 0 "build the sanitizer runtimes (asan, lsan, msan, tsan)" | 653 | opt sanitizers 0 "build the sanitizer runtimes (asan, lsan, msan, tsan)" |
653 | 654 | ||