diff options
author | rbuj <[email protected]> | 2020-02-05 12:38:44 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-06 12:47:26 +0100 |
commit | 489ec2c364e208c92b2568b5bebbce67efc5963b (patch) | |
tree | 6ca19f7e7fdc15be990949d41646f981ddf0ec29 | |
parent | b933cc14334d36952659a9bff14fb853fe9b13be (diff) | |
download | mate-applets-489ec2c364e208c92b2568b5bebbce67efc5963b.tar.bz2 mate-applets-489ec2c364e208c92b2568b5bebbce67efc5963b.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 0574e79a..14d1cc0c 100644 --- a/configure.ac +++ b/configure.ac @@ -633,6 +633,8 @@ mate-applets-$VERSION configure summary: Prefix: ${prefix} Source code location: ${srcdir} Compiler: ${CC} + Compiler flags: ${CFLAGS} + Compiler warnings: ${WARN_CFLAGS} Building: - accessx-status $HAVE_XKB |