summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJorge Aparicio <japaricious@gmail.com>2017-02-03 18:58:47 -0500
committerJorge Aparicio <japaricious@gmail.com>2017-02-08 18:51:43 -0500
commit775a93646cb6db5affff24f2260fb60a7723deba (patch)
tree3ee34bbe42a432a44a0069c69b97d941ba83990a /configure
parentsanitizer support (diff)
downloadgrust-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-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 4ce80a5e84..0904143a7b 100755
--- a/configure
+++ b/configure
@@ -649,6 +649,7 @@ opt 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 vendor 0 "enable usage of vendored Rust crates" 651opt vendor 0 "enable usage of vendored Rust crates"
652opt 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.
654opt_nosave optimize 1 "build optimized rust code" 655opt_nosave optimize 1 "build optimized rust code"