> [[email protected] - Mon Apr 26 20:18:42 2010]: > > Hi, > > This patch adds the /Zi switch to CFLAG in the debug configuration in > order to permit stepping inside OpenSSL code during debug sessions. > It applied to the latest snapshots of 1.0.0 and 0.9.8 source trees. >
Note that 1.0.0 makes the Win32 build system a bit saner: it uses some command line options from the Configure line (like other targets). The debug-VC-WIN32 target already includes -Zi (same as /Zi) so that change is unnecessary. I'll update 0.9.8. Note that it is also possible to add -Zi on the command line to Configure for non-debug builds to avoid needing to modify OpenSSL of the generated Makefile. Is anyone aware of any side effects or incompatibilities caused by always using -Zi? At present there is no option to remove a default option so that would require manual changes to the generated makefile under Win32. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
