diff options
author | Jorge Aparicio <japaricious@gmail.com> | 2017-02-03 18:58:47 -0500 |
---|---|---|
committer | Jorge Aparicio <japaricious@gmail.com> | 2017-02-08 18:51:43 -0500 |
commit | 775a93646cb6db5affff24f2260fb60a7723deba (patch) | |
tree | 3ee34bbe42a432a44a0069c69b97d941ba83990a /configure | |
parent | sanitizer support (diff) | |
download | grust-775a93646cb6db5affff24f2260fb60a7723deba.tar.gz grust-775a93646cb6db5affff24f2260fb60a7723deba.tar.bz2 grust-775a93646cb6db5affff24f2260fb60a7723deba.tar.xz |
build/test the sanitizers only when --enable-sanitizers is used
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -649,6 +649,7 @@ 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 vendor 0 "enable usage of vendored Rust crates" | 651 | opt vendor 0 "enable usage of vendored Rust crates" |
652 | opt sanitizers 0 "build the sanitizer runtimes (asan, lsan, msan, tsan)" | ||
652 | 653 | ||
653 | # Optimization and debugging options. These may be overridden by the release channel, etc. | 654 | # Optimization and debugging options. These may be overridden by the release channel, etc. |
654 | opt_nosave optimize 1 "build optimized rust code" | 655 | opt_nosave optimize 1 "build optimized rust code" |