Ben Supnik wrote: > Also, how can I compile a debug build of GEOS? Are there flags in the > configure file for this? I'd like to be able to break within the lib in > gdb. (I am compiling on Mac OS X using the std unix configure file.)
-g option is turned on by default. Next, to disable NDEBUG macro use --enable-cassert: ./configure --enable-cassert=yes Cheers -- Mateusz Loskot http://mateusz.loskot.net _______________________________________________ geos-devel mailing list geos-devel@geos.refractions.net http://geos.refractions.net/mailman/listinfo/geos-devel