From 8006dec23c10f8c75d4fe483590de287639c800b Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 5 Feb 2020 12:30:04 +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 1946f61..9245227 100644 --- a/configure.ac +++ b/configure.ac @@ -195,6 +195,8 @@ libmateweather-$VERSION configure summary: Prefix: ${prefix} Source code location: ${srcdir} Compiler: ${CC} + Compiler flags: ${CFLAGS} + Warning flags: ${WARN_CFLAGS} Locations.xml translations: ${LOCATIONS_XML_TRANSLATIONS} Locations.xml compression: ${enable_locations_compression} " >&2 -- cgit v1.2.1