[omniORB] Symbols in Release builds

Vinaya Kavathekar vinaya@marathontechnologies.com
Fri, 8 Mar 2002 11:46:00 -0500


Can anyone please tell me what is required to generate symbols in the
Release versions of omniORB? I've tried modifying win32.mk to incorporate
the following flags, to no avail. 

MSVC_DLL_CXXNODEBUGFLAGS       = -MD -GX -Z7 -Od 
MSVC_DLL_CXXLINKNODEBUGOPTIONS = -debug -PDB:NONE
MSVC_DLL_CNODEBUGFLAGS         = -MD -Z7 -Od
MSVC_DLL_CLINKNODEBUGOPTIONS   = -debug -PDB:NONE

I'm still unable to debug through omniORB libraries in a Release build from
Visual Studio.. 

Has anyone been successful in getting omniORB 3.0.4 to build using MS Visual
C++ project files? Can I possible get a copy of the project file? 

Thank you,
Vinaya