diff options
author | rbuj <[email protected]> | 2019-09-28 13:55:50 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-01 10:31:14 +0200 |
commit | bb090001c38b34fe8a29edb1e29d919ba31ac23b (patch) | |
tree | 9db642240544ff6787a6944148a7cd89d44c5d91 | |
parent | 6a31d0e5d2cc10e4349782b9402a91b0a7eb2705 (diff) | |
download | mate-system-monitor-bb090001c38b34fe8a29edb1e29d919ba31ac23b.tar.bz2 mate-system-monitor-bb090001c38b34fe8a29edb1e29d919ba31ac23b.tar.xz |
Use MATE_DEBUG_CHECK for setting compiler debug flags
By default, it disables the debugging.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b86173c..ae69e14 100644 --- a/configure.ac +++ b/configure.ac @@ -14,6 +14,7 @@ AM_SILENT_RULES([yes]) AM_MAINTAINER_MODE([enable]) MATE_MAINTAINER_MODE_DEFINES +MATE_DEBUG_CHECK([no]) # Check For programs AC_PROG_CC |