build: Mention use of asm in summary

(cherry picked from commit bitcoin/bitcoin@538cc0ca8b)
This commit is contained in:
Wladimir J. van der Laan 2017-08-28 11:19:56 +02:00 committed by Jack Grigg
parent 22b28e2e30
commit eea55eedbe
1 changed files with 1 additions and 0 deletions

View File

@ -1093,6 +1093,7 @@ echo "Options used to compile and link:"
echo " with wallet = $enable_wallet"
echo " with zmq = $use_zmq"
echo " with test = $use_tests"
echo " use asm = $use_asm"
echo " sanitizers = $use_sanitizers"
echo " debug enabled = $enable_debug"
echo " gprof enabled = $enable_gprof"