Wiki page docs-efl-debug changed with summary [] by Raster

This commit is contained in:
Carsten Haitzler 2015-06-25 05:32:15 -07:00 committed by apache
parent 51f747b1d7
commit fb7b68ff8b
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
~~Title: Debugging~~
<note important>
//Please also see [[debugging/enlightenment_debugging]] and [[debugging/apps_efl_debugging]]. This should probably be merged with these pages.//
</note>
==== Compilation ====
Remember to build EFL, Enlightenment etc. with debugging compile flags. [[docs-efl-start]] 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.