From fbce3ff40593872084803fb7ed9b9d6ca7bce195 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 24 Oct 2017 05:49:37 -0700 Subject: [PATCH] Wiki page efl-debug changed with summary [] by Andrew Williams --- pages/contrib/efl-debug.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/contrib/efl-debug.txt b/pages/contrib/efl-debug.txt index e85b5671d..e43aa1080 100644 --- a/pages/contrib/efl-debug.txt +++ b/pages/contrib/efl-debug.txt @@ -1,9 +1,5 @@ ~~Title: Debugging~~ - -//Please also see [[/debugging/enlightenment_debugging]] for specific tips on debugging the window manager.// - - ==== 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.