Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
xfce:building [2014/03/14 10:38] – [Compiling and installing] nickxfce:building [2014/03/14 10:45] – [Debug Levels] nick
Line 103: Line 103:
   export CFLAGS="-O2 -pipe"   export CFLAGS="-O2 -pipe"
    
-If you want a debugging environment, unset the CFLAGS and use ''<nowiki>--enable-debug</nowiki>'', see below for the different debug levels.+If you want a debugging environment, unset the CFLAGS and use ''%%--enable-debug%%'', see below for the different debug levels.
  
   export CFLAGS=""   export CFLAGS=""
Line 137: Line 137:
 ! A number of ''$CFLAGS'' are set to check the code for different errors. During configure you'll see all the options are tested to avoid binaries that do not work. ! A number of ''$CFLAGS'' are set to check the code for different errors. During configure you'll see all the options are tested to avoid binaries that do not work.
 ? full ? full
-! Same as the level above, including ''-Werror'' so the compilers aborts during compiler errors. The compiler will also generate binaries with debug information suitable for backtraces and memory checks.+! Same as the level above, including ''-Werror'' so the compilers aborts during compiler errors. The compiler will also generate binaries with debug information suitable for [[:contribute:bugs:|backtraces]] and memory checks. This is the recommended level for developers or users who want to report bugs. 
 ====== Help ====== ====== Help ======