summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-02-05 12:48:32 +0100
committerraveit65 <[email protected]>2020-02-06 13:36:12 +0100
commit0338c10de4dad510623d58d40794eb098285d3b0 (patch)
tree950a3c13066c95203bf1b280f8a97e435f997790 /configure.ac
parent847dd0a170f30a5b101a1c0806508d898dcd4534 (diff)
downloadpluma-0338c10de4dad510623d58d40794eb098285d3b0.tar.bz2
pluma-0338c10de4dad510623d58d40794eb098285d3b0.tar.xz
build: show compiler flags on configuration summary
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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}