aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-06-11 01:02:37 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-06-14 03:08:55 +0200
commitb5ea11a1a2133dd555780c5085adaf967fce24ba (patch)
treea69716a2cc22928e2298db38467cdfd5d94fb9d2
parent18eb8dfdeec13a8f990696015baf45ec08ba6eec (diff)
downloadhardware_replicant_libsamsung-ipc-b5ea11a1a2133dd555780c5085adaf967fce24ba.tar.gz
hardware_replicant_libsamsung-ipc-b5ea11a1a2133dd555780c5085adaf967fce24ba.tar.bz2
hardware_replicant_libsamsung-ipc-b5ea11a1a2133dd555780c5085adaf967fce24ba.zip
configure.ac: print CFLAGS
Some ./configure options like --enable-valgrind-tests and --enable-debug do change the default CFLAGS. As CFLAGS is a variable reserved for the user, it is a good idea to tell the people building libsamsung-ipc that we are changing the CFLAGS defaults behind the scenes. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b7b6f78..6d15ae8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,6 +92,11 @@ echo "------------------------------------------------------------------------"
echo "$PACKAGE_NAME $PACKAGE_VERSION"
echo "------------------------------------------------------------------------"
echo
+echo "Compiler flags:"
+echo
+echo " CFLAGS..................: $CFLAGS"
+echo
+echo
echo "Configuration Options:"
echo
echo " debug build.............: $debug"