Changes between Version 2 and Version 3 of FAQMiscellaneous


Ignore:
Timestamp:
Apr 11, 2008, 8:02:22 PM (16 years ago)
Author:
hobu
Comment:

Note about --enable-debug

Legend:

Unmodified
Added
Removed
Modified
  • FAQMiscellaneous

    v2 v3  
    2828Various helpful debugging information will be produced by GDAL and OGR if the ''CPL_DEBUG'' environment variable is set to the value ''ON''. Review the documentation for the [http://www.gdal.org/ogr/cpl__error_8h.html CPLDebug()] function for more information on built-in debugging messages.
    2929
    30 On Unix operating systems GDAL can be built with the ''CFG'' environment variable set to ''debug'' to enable debugger support with the ''-g'' compiler switch.
     30For versions prior to GDAL 1.5, on Unix operating systems GDAL can be built with the ''CFG'' environment variable set to ''debug'' to enable debugger support with the ''-g'' compiler switch.  For GDAL versions 1.5+, you can enable debugging symbols with the --enable-debug configure switch.
    3131
    3232On Windows edit the nmake.opt and ensure ''/Zi'' appears in the ''OPTFLAGS'' variable.