WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=f98572d363aae19f7ffe0e5992fa4cabbd743241

commit f98572d363aae19f7ffe0e5992fa4cabbd743241
Author: Gareth Halfacree <freela...@halfacree.co.uk>
Date:   Fri Dec 1 06:04:12 2017 -0800

    Wiki page debug-symbols.md changed with summary [] by Gareth Halfacree
---
 pages/develop/debug/debug-symbols.md.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/develop/debug/debug-symbols.md.txt 
b/pages/develop/debug/debug-symbols.md.txt
index 7d345a064..534f77140 100644
--- a/pages/develop/debug/debug-symbols.md.txt
+++ b/pages/develop/debug/debug-symbols.md.txt
@@ -4,7 +4,7 @@
 
 # Recompiling with Debug Symbols #
 
-A standard installation of Enlightenment or EFL is compiled without *debug 
symbols*, meaning that debugging tools are unable to extract much information. 
In order that a backtrace, ``valgrind`` or any any other collection method 
provides good-quality information the program must be recompiled with debugging 
symbols activated.
+A standard installation of Enlightenment or EFL is compiled without *debug 
symbols*, meaning that debugging tools are unable to extract much information. 
In order that a backtrace, Valgrind or any any other collection method provides 
good-quality information the program must be recompiled with debugging symbols 
activated.
 
 Debugging symbols can be added using the ``-g`` flag during compilation. If 
you have already configured your own custom compiler flags you will need to add 
``-g`` to them. If you do not use any custom compiler flags you can set 
sensible defaults for debugging with the following command: 
 

-- 


Reply via email to