diff options
author | rbuj <[email protected]> | 2019-09-27 11:37:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-01 15:08:57 +0200 |
commit | 06b9aac1847161f027546574d2ce4aed7eacbebd (patch) | |
tree | 666f93e1ad8ee53332bf8f4bd13d6541ff9a9dde /help | |
parent | d7bf58967703f42f39f17d16def3857b9f205b1c (diff) | |
download | mate-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 'help')
0 files changed, 0 insertions, 0 deletions