mate-desktop / mate-menus

Library for the Desktop Menu freedesktop.org specification
https://mate-desktop.org
GNU General Public License v2.0
26 stars 22 forks source link

build: show warning flags on configuration summary #76

Closed rbuj closed 4 years ago

rbuj commented 4 years ago
$ ./autogen.sh --enable-compile-warnings=maximum
<cut>

              mate-menus 1.23.0
              =================

        prefix:                       /usr/local
        exec_prefix:                  ${prefix}
        libdir:                       ${exec_prefix}/lib
        bindir:                       ${exec_prefix}/bin
        sbindir:                      ${exec_prefix}/sbin
        sysconfdir:                   ${prefix}/etc
        localstatedir:                ${prefix}/var
        datadir:                      ${datarootdir}
        source code location:         .
        compiler:                     gcc
        cflags:                       -g -O2
        Warning flags:                -Wall -Wmissing-prototypes -Wbad-function-cast -Wcast-align -Wextra -Wformat-nonliteral -Wmissing-declarations -Wmissing-field-initializers -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wno-sign-compare
        Maintainer mode:              yes
        Use *_DISABLE_DEPRECATED:     no

        Turn on debugging:            minimum
        Build introspection support:  yes

Now type `make' to compile mate-menus
<cut>