From 0338c10de4dad510623d58d40794eb098285d3b0 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 5 Feb 2020 12:48:32 +0100 Subject: build: show compiler flags on configuration summary --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7c950251..6a5fde57 100644 --- a/configure.ac +++ b/configure.ac @@ -279,6 +279,8 @@ Configuration: Source code location: ${srcdir} Compiler: ${CC} + Compiler flags: ${CFLAGS} + Warning flags: ${WARN_CFLAGS} Spell Plugin enabled: $enable_enchant Gvfs metadata enabled: $enable_gvfs_metadata GObject Introspection: ${have_introspection} -- cgit v1.2.1