build: Show enabled sanitizers in configure output

This commit is contained in:
practicalswift 2018-04-06 11:08:20 +02:00
parent 5f0c6a7b0e
commit 01189ab9ae
1 changed files with 1 additions and 0 deletions

View File

@ -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"