debugging on win32 {Scanned}
Siki Zoltan
siki at AGT.BME.HU
Wed Dec 14 02:45:43 PST 2005
Hi,
I would like to build mapserver on win32 with debugging info (source line
info needed for me to find a solution to my multiple join problem.
I was able to build mapserver but no with debugging info.
In mmake.opt I set OPTFLAGS according to the comments to get
debug with msvcrt but no source code available.
-- nmake.opt --
...
# Optimized, with using MSVCRT.
#OPTFLAGS = /nologo /MD $(WARNING_LEVEL) $(DEBUG)
...
# Debug with MSVCRT
OPTFLAGS = /nologo /Zi /MD $(WARNING_LEVEL) $(DEBUG)
...
Any idea?
Thanks
Zoltan
More information about the MapServer-users
mailing list