From e4a3ce14d99beef52be34ce4a21f4acf652a1f12 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 5 Feb 2020 15:01:34 +0100 Subject: build: show compiler flags on configuration summary --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 983df1c3..26a2dcfd 100644 --- a/configure.ac +++ b/configure.ac @@ -349,6 +349,8 @@ caja-$VERSION: prefix: ${prefix} source code location: ${srcdir} compiler: ${CC} + compiler flags: ${CFLAGS} + warning flags: ${WARNING_CFLAGS} xmp support: $msg_xmp PackageKit support: $msg_packagekit Self check: $msg_self_check -- cgit v1.2.1