diff options
author | rbuj <[email protected]> | 2020-02-05 12:30:04 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-06 12:26:35 +0100 |
commit | 8006dec23c10f8c75d4fe483590de287639c800b (patch) | |
tree | fef8a915c36e4169c93921b2d7ab59f8a16168a3 | |
parent | e2d0e83ddc1bfe6e07bd0ca5155d054aa271a1a0 (diff) | |
download | libmateweather-8006dec23c10f8c75d4fe483590de287639c800b.tar.bz2 libmateweather-8006dec23c10f8c75d4fe483590de287639c800b.tar.xz |
build: show compiler flags on configuration summary
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
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 |