diff options
author | rbuj <[email protected]> | 2019-10-10 23:28:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-15 10:13:13 +0200 |
commit | 7e46a1eaf005a0f979e8c425896a07f5e8f46840 (patch) | |
tree | c31a442aad368e2abd5687b1b903505c403de03b /help/cs | |
parent | 4248e1c7eee3ab7aaf84915ce9bb660fff190995 (diff) | |
download | mate-terminal-7e46a1eaf005a0f979e8c425896a07f5e8f46840.tar.bz2 mate-terminal-7e46a1eaf005a0f979e8c425896a07f5e8f46840.tar.xz |
Set debug & warning flags using new mate-common macros
test:
$ ./autogen.sh --disable-silent-rules --enable-debug=profile --enable-compile-warnings=maximum --prefix=/usr
<cut>
prefix: /usr
source code location: .
compiler: gcc
cflags: -g -pg
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
linker flags: -pg
<cut>
$ ./autogen.sh --disable-silent-rules --disable-debug --disable-compile-warnings --prefix=/usr
<cut>
prefix: /usr
source code location: .
compiler: gcc
cflags:
warning flags:
linker flags:
<cut>
$ grep MATE_ENABLE_DEBUG config.h
Diffstat (limited to 'help/cs')
0 files changed, 0 insertions, 0 deletions