mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
Merge #9156: Add compile and link options echo to configure
d8274bc
Add compile and link options echo to configure (Jonas Schnelli)
This commit is contained in:
parent
a9a2db9a53
commit
2f95284863
25
configure.ac
25
configure.ac
@ -1135,3 +1135,28 @@ case ${OS} in
|
|||||||
mv qa/pull-tester/tests_config-2.py qa/pull-tester/tests_config.py
|
mv qa/pull-tester/tests_config-2.py qa/pull-tester/tests_config.py
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
echo
|
||||||
|
echo "Options used to compile and link:"
|
||||||
|
echo " with wallet = $enable_wallet"
|
||||||
|
echo " with gui / qt = $bitcoin_enable_qt"
|
||||||
|
if test x$bitcoin_enable_qt != xno; then
|
||||||
|
echo " qt version = $bitcoin_qt_got_major_vers"
|
||||||
|
echo " with qr = $use_qr"
|
||||||
|
fi
|
||||||
|
echo " with zmq = $use_zmq"
|
||||||
|
echo " with test = $use_tests"
|
||||||
|
echo " with bench = $use_bench"
|
||||||
|
echo " with upnp = $use_upnp"
|
||||||
|
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…
Reference in New Issue
Block a user