Is there any reason that OSG_DEBUG is not defined as part of COMP_DEBUG
in common.i686-pc-cygwin-cl.net.in? It eliminates all debug code when
trying to build on MSVS 7.0 for me. I am trying to compile again now
with this flag added to see if I can test out some patches that Dirk has
posted to the list over the past couple of days.
Thanks for your help,
Aron
ifeq ($(DEBUG_VERSION), 0)
COMP_OPTIMIZE = -O2 -Ob1
COMP_DEBUG =
COMPILER_RUNTIME = $(COMPILER_RUNTIME_OPT)
else
COMP_OPTIMIZE =
ifeq ($(COMPILERMAJORVERSION), 14)
# Cl.net 2005 options
COMP_DEBUG = -ZI -Od -D_DEBUG
else
# other cl.net options
COMP_DEBUG = -ZI -Od -GZ -D_DEBUG
endif
COMPILER_RUNTIME = $(COMPILER_RUNTIME_DBG)
endif
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users