diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-04-08 09:51:36 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-04-08 09:51:39 -0400 |
commit | 7e23972d1f715f596e61e6e3775a3ada75604497 (patch) | |
tree | 7a31ac2a5bf97870a0844711daaad3cc0e6042be | |
parent | 24133b177a8555e8d16216d0f848b6707ed60b76 (diff) | |
parent | 01189ab9ae28d748fca4059a49a8e0f3798b999b (diff) |
Merge #12901: build: Show enabled sanitizers in configure output
01189ab9ae build: Show enabled sanitizers in configure output (practicalswift)
Pull request description:
Show enabled sanitizers in `configure` output.
Context: @eklitzke excellent addition of `--with-sanitizers` in #12692
Tree-SHA512: b2d52308e3476488fe47cbc059d7f3235aaeefaa2b987003923f6eaacbadf67f0cf22a32a04873d0f54c1867757841e01c8053f86a4d2f59a407b960ac15105f
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c422914a26..b38e480f27 100644 --- a/configure.ac +++ b/configure.ac @@ -1373,6 +1373,7 @@ echo " with test = $use_tests" echo " with bench = $use_bench" echo " with upnp = $use_upnp" echo " use asm = $use_asm" +echo " sanitizers = $use_sanitizers" echo " debug enabled = $enable_debug" echo " gprof enabled = $enable_gprof" echo " werror = $enable_werror" |