You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2005/05/16 16:39:11 UTC

svn commit: r170393 - /apr/apr-util/branches/1.1.x/xml/expat/lib/xml.dsp

Author: wrowe
Date: Mon May 16 07:39:11 2005
New Revision: 170393

URL: http://svn.apache.org/viewcvs?rev=170393&view=rev
Log:

  Reintroduce stack frame construction with /Oy- (removal was implied by /O2).
  This makes binaries far easier to debug, during operation and for post-crash
  .dmp analysis.  Do not alter /Gs optimizations per brane.

  [I had ment to commit this to the trunk of 1.x, and backport to 0.9.  Since
  this was applied to apr-util 1.1.x but this module was missing, this simply
  completes the patch on the 1.1.x branch.]

Reviewed by: stoddard, brane

Modified:
    apr/apr-util/branches/1.1.x/xml/expat/lib/xml.dsp

Modified: apr/apr-util/branches/1.1.x/xml/expat/lib/xml.dsp
URL: http://svn.apache.org/viewcvs/apr/apr-util/branches/1.1.x/xml/expat/lib/xml.dsp?rev=170393&r1=170392&r2=170393&view=diff
==============================================================================
--- apr/apr-util/branches/1.1.x/xml/expat/lib/xml.dsp (original)
+++ apr/apr-util/branches/1.1.x/xml/expat/lib/xml.dsp Mon May 16 07:39:11 2005
@@ -41,7 +41,7 @@
 # PROP Intermediate_Dir "LibR"
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FD /c
-# ADD CPP /nologo /MD /W3 /Zi /O2 /I "." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D VERSION=\"expat_1.95.1\" /D XML_MAJOR_VERSION=1 /D XML_MINOR_VERSION=95 /D XML_MICRO_VERSION=1 /Fd"LibR\xml_src" /FD /c
+# ADD CPP /nologo /MD /W3 /O2 /Oy- /Zi /I "." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D VERSION=\"expat_1.95.1\" /D XML_MAJOR_VERSION=1 /D XML_MINOR_VERSION=95 /D XML_MICRO_VERSION=1 /Fd"LibR\xml_src" /FD /c
 # ADD BASE RSC /l 0x409
 # ADD RSC /l 0x409
 BSC32=bscmake.exe