diff options
author | rbuj <[email protected]> | 2020-02-05 12:48:32 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-06 13:36:12 +0100 |
commit | 0338c10de4dad510623d58d40794eb098285d3b0 (patch) | |
tree | 950a3c13066c95203bf1b280f8a97e435f997790 | |
parent | 847dd0a170f30a5b101a1c0806508d898dcd4534 (diff) | |
download | pluma-0338c10de4dad510623d58d40794eb098285d3b0.tar.bz2 pluma-0338c10de4dad510623d58d40794eb098285d3b0.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 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} |