mate-desktop / mate-common

Common scripts and macros to develop with MATE
https://mate-desktop.org
GNU General Public License v3.0
24 stars 23 forks source link

Set compiler debug flags in MATE_DEBUG_CHECK #29

Closed rbuj closed 5 years ago

raveit65 commented 5 years ago

This works fine , tested with mate-utils

mate-utils 1.23.0 configuration summary:

                   Compiler flags :  -g -pg
                     Linker flags :  -pg
        Maintainer compiler flags : -Wall -Wshadow -Wcast-align -Wno-uninitialized -Wformat-security -Winit-self

                           prefix : /usr/local
                      sysconf dir : ${prefix}/etc
                          bin dir : ${exec_prefix}/bin
                         sbin dir : ${exec_prefix}/sbin
                         data dir : ${datarootdir}

     Debug messages (libmatedict) : profile
      API Reference (libmatedict) : no
  Logview built with ZLib support : yes
     Dictionary mate-panel applet : yes

[rave@mother mate-utils-dist]$ ./configure --enable-debug=profile
raveit65 commented 5 years ago

I guess we need a new release for travis?