From 0bcd85bee8a4f9e24e9538695f2d3605dccfc2b9 Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Mon, 14 Nov 2016 10:55:56 +0100 Subject: [PATCH] Add compile and link options echo to configure --- configure.ac | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/configure.ac b/configure.ac index 3f96fac12..af471225c 100644 --- a/configure.ac +++ b/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