Wiki page efl-debug changed with summary [] by Andrew Williams

This commit is contained in:
Andrew Williams 2017-10-24 05:49:37 -07:00 committed by apache
parent 6ceaf8b894
commit fbce3ff405
1 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,5 @@
~~Title: Debugging~~
<note important>
//Please also see [[/debugging/enlightenment_debugging]] for specific tips on debugging the window manager.//
</note>
==== Compilation ====
Remember to build EFL, Enlightenment etc. with debugging compile flags. [[/docs/distros/]] has a section on this for your build environment. Remember to have ''-g'' as a ''CFLAGS'' option to ensure binaries and libraries have all the debug information they need. If you didn't build with debugging, simply build again with these flags correctly set and debugging can begin.