You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ig...@apache.org on 2010/12/19 11:54:24 UTC

svn commit: r1050801 - /httpd/site/trunk/xdocs/dev/debugging.xml

Author: igalic
Date: Sun Dec 19 10:54:23 2010
New Revision: 1050801

URL: http://svn.apache.org/viewvc?rev=1050801&view=rev
Log:
EXTRA_CFLAGS are not propagated everywhere.

Modified:
    httpd/site/trunk/xdocs/dev/debugging.xml

Modified: httpd/site/trunk/xdocs/dev/debugging.xml
URL: http://svn.apache.org/viewvc/httpd/site/trunk/xdocs/dev/debugging.xml?rev=1050801&r1=1050800&r2=1050801&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/dev/debugging.xml [utf-8] (original)
+++ httpd/site/trunk/xdocs/dev/debugging.xml [utf-8] Sun Dec 19 10:54:23 2010
@@ -36,7 +36,7 @@ debugger for your system is gdb.  This i
 to run gdb on Apache -- you should look at the info and man files for
 gdb to get more information on gdb commands and common debugging techniques.
 Before running gdb, be sure that the server is compiled with the
-<code>-g</code> option in <code>EXTRA_CFLAGS</code> to include the
+<code>-g</code> option in <code>CFLAGS</code> to include the
 symbol information in the object files.</p>
 
 <p>The only tricky part of running gdb on Apache is forcing the server