aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2018-04-06 11:08:20 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2018-04-06 11:08:20 +0200
commit01189ab9ae28d748fca4059a49a8e0f3798b999b (patch)
tree39435d1129be7c81714bdb875116f512b813e2a9 /configure.ac
parent5f0c6a7b0e47e03f848dc992d37fe209dd9c6975 (diff)
downloadbitcoin-01189ab9ae28d748fca4059a49a8e0f3798b999b.tar.xz
build: Show enabled sanitizers in configure output
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
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"