File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -1126,3 +1126,28 @@ case ${OS} in
1126
1126
mv qa/pull-tester/tests_config-2.py qa/pull-tester/tests_config.py
1127
1127
;;
1128
1128
esac
1129
+
1130
+ echo
1131
+ echo "Options used to compile and link:"
1132
+ echo " with wallet = $enable_wallet"
1133
+ echo " with gui / qt = $bitcoin_enable_qt"
1134
+ if test x$bitcoin_enable_qt != xno; then
1135
+ echo " qt version = $bitcoin_qt_got_major_vers"
1136
+ echo " with qr = $use_qr"
1137
+ fi
1138
+ echo " with zmq = $use_zmq"
1139
+ echo " with test = $use_tests"
1140
+ echo " with bench = $use_bench"
1141
+ echo " with upnp = $use_upnp"
1142
+ echo " debug enabled = $enable_debug"
1143
+ echo
1144
+ echo " target os = $TARGET_OS"
1145
+ echo " build os = $BUILD_OS"
1146
+ echo
1147
+ echo " CC = $CC"
1148
+ echo " CFLAGS = $CFLAGS"
1149
+ echo " CPPFLAGS = $CPPFLAGS"
1150
+ echo " CXX = $CXX"
1151
+ echo " CXXFLAGS = $CXXFLAGS"
1152
+ echo " LDFLAGS = $LDFLAGS"
1153
+ echo
You can’t perform that action at this time.
0 commit comments