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/15 19:42:35 UTC

svn commit: r170237 - in /apr/apr/branches/1.1.x: apr.dsp libapr.dsp

Author: wrowe
Date: Sun May 15 10:42:33 2005
New Revision: 170237

URL: http://svn.apache.org/viewcvs?rev=170237&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.

Reviewed by: stoddard, brane

Modified:
    apr/apr/branches/1.1.x/apr.dsp
    apr/apr/branches/1.1.x/libapr.dsp

Modified: apr/apr/branches/1.1.x/apr.dsp
URL: http://svn.apache.org/viewcvs/apr/apr/branches/1.1.x/apr.dsp?rev=170237&r1=170236&r2=170237&view=diff
==============================================================================
--- apr/apr/branches/1.1.x/apr.dsp (original)
+++ apr/apr/branches/1.1.x/apr.dsp Sun May 15 10:42:33 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" /FD /c
-# ADD CPP /nologo /MD /W3 /Zi /O2 /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "NDEBUG" /D "APR_DECLARE_STATIC" /D "WIN32" /D "_WINDOWS" /Fd"LibR\apr_src" /FD /c
+# ADD CPP /nologo /MD /W3 /O2 /Oy- /Zi /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "NDEBUG" /D "APR_DECLARE_STATIC" /D "WIN32" /D "_WINDOWS" /Fd"LibR\apr_src" /FD /c
 # ADD BASE RSC /l 0x409 /d "NDEBUG"
 # ADD RSC /l 0x409 /d "NDEBUG"
 BSC32=bscmake.exe

Modified: apr/apr/branches/1.1.x/libapr.dsp
URL: http://svn.apache.org/viewcvs/apr/apr/branches/1.1.x/libapr.dsp?rev=170237&r1=170236&r2=170237&view=diff
==============================================================================
--- apr/apr/branches/1.1.x/libapr.dsp (original)
+++ apr/apr/branches/1.1.x/libapr.dsp Sun May 15 10:42:33 2005
@@ -43,7 +43,7 @@
 # PROP Ignore_Export_Lib 0
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
-# ADD CPP /nologo /MD /W3 /Zi /O2 /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "NDEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "_WINDOWS" /Fd"Release\libapr_src" /FD /c
+# ADD CPP /nologo /MD /W3 /O2 /Oy- /Zi /I "./include" /I "./include/arch" /I "./include/arch/win32" /I "./include/arch/unix" /D "NDEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "_WINDOWS" /Fd"Release\libapr_src" /FD /c
 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
 # ADD BASE RSC /l 0x409 /d "NDEBUG"