build: Show enabled sanitizers in configure output

This commit is contained in:
practicalswift 2018-04-06 11:08:20 +02:00 committed by Jack Grigg
parent ce0a143c1e
commit 76125f64bc
No known key found for this signature in database
GPG Key ID: 9E8255172BBF9898
1 changed files with 1 additions and 0 deletions

View File

@ -955,6 +955,7 @@ echo " with wallet = $enable_wallet"
echo " with proton = $use_proton"
echo " with zmq = $use_zmq"
echo " with test = $use_tests"
echo " sanitizers = $use_sanitizers"
echo " debug enabled = $enable_debug"
echo " gprof enabled = $enable_gprof"
echo " werror = $enable_werror"