summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-09-27 11:37:42 +0200
committerraveit65 <[email protected]>2019-10-01 15:08:57 +0200
commit06b9aac1847161f027546574d2ce4aed7eacbebd (patch)
tree666f93e1ad8ee53332bf8f4bd13d6541ff9a9dde /configure.ac
parentd7bf58967703f42f39f17d16def3857b9f205b1c (diff)
downloadmate-panel-06b9aac1847161f027546574d2ce4aed7eacbebd.tar.bz2
mate-panel-06b9aac1847161f027546574d2ce4aed7eacbebd.tar.xz
Set compiler debug flags using MATE_DEBUG_CHECK
-enable-debug=yes/info/profile/no By default, compiler debug flags are disabled. Test: $ ./autogen.sh && make clean && make && file mate-panel/mate-panel autogen cflags: file mate-panel/mate-panel: ..., not stripped $ ./autogen.sh -enable-debug && make clean && make && file mate-panel/mate-panel autogen cflags: -g -O0 file mate-panel/mate-panel: ..., with debug_info, not stripped $ CFLAGS="-g -O2" ./autogen.sh && make clean && make && file mate-panel/mate-panel autogen cflags: -g -O2 file mate-panel/mate-panel: ..., with debug_info, not stripped $ CFLAGS="-g -O2" ./autogen.sh -enable-debug && make clean && make && file mate-panel/mate-panel autogen cflags: -g -O2 -g -O0 file mate-panel/mate-panel: ..., with debug_info, not stripped
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5941720f..096be2cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,6 +20,7 @@ AC_SUBST(LIB_MATE_PANEL_APPLET_LT_VERSION)
AM_MAINTAINER_MODE
MATE_MAINTAINER_MODE_DEFINES
+MATE_DEBUG_CHECK([no])
IT_PROG_INTLTOOL([0.50.1])