cedric pushed a commit to branch master.

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

commit 8ebb2dcffc5d2e499ff93038d45d821b5add7479
Author: Clément Bénier <clement.ben...@openwide.fr>
Date:   Mon Jun 22 15:26:12 2015 +0200

    Wiki page add -ggdb3 for more precise debugging information.
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 pages/docs-efl-buildenv.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/docs-efl-buildenv.txt b/pages/docs-efl-buildenv.txt
index d5a9156..d932806 100644
--- a/pages/docs-efl-buildenv.txt
+++ b/pages/docs-efl-buildenv.txt
@@ -17,13 +17,13 @@ Note that if you wish to compile for older architectures 
than your current syste
 If you wish decently optimized code that is still debuggable (but that 
optimizations may still make a little hard to debug) you can do:
 
 <code bash>
-export CFLAGS="-O2 -ffast-math -march=native -g"
+export CFLAGS="-O2 -ffast-math -march=native -g -ggdb3"
 </code>
 
 If you want a really debuggable piece of code where optimizations mess with 
little to nothing at all use:
 
 <code bash>
-export CFLAGS="-O -g -ffast-math -march=native"
+export CFLAGS="-O -g -ffast-math -march=native -ggdb3"
 </code>
 
 ==== Runtime Library Linking ====

-- 


Reply via email to