Browse Source

Add compile and link options echo to configure

pull/4/head
Jonas Schnelli 8 years ago
committed by Jack Grigg
parent
commit
0bcd85bee8
No known key found for this signature in database GPG Key ID: 665DBCD284F7DAFF
  1. 18
      configure.ac

18
configure.ac

@ -876,3 +876,21 @@ case $host in
chmod 755 libtool
;;
esac
echo
echo "Options used to compile and link:"
echo " with wallet = $enable_wallet"
echo " with zmq = $use_zmq"
echo " with test = $use_tests"
echo " debug enabled = $enable_debug"
echo
echo " target os = $TARGET_OS"
echo " build os = $BUILD_OS"
echo
echo " CC = $CC"
echo " CFLAGS = $CFLAGS"
echo " CPPFLAGS = $CPPFLAGS"
echo " CXX = $CXX"
echo " CXXFLAGS = $CXXFLAGS"
echo " LDFLAGS = $LDFLAGS"
echo

Loading…
Cancel
Save