From 5bc2378c580eb488cf66426da05658a3f22f5508 Mon Sep 17 00:00:00 2001 From: wrowe Date: Mon, 16 May 2005 22:00:49 +0000 Subject: 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 was near certain this had been committed to trunk/ but svn locally is insisting otherwise] Reviewed by: stoddard, brane git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@170475 13f79535-47bb-0310-9956-ffa450edef68 --- apr.dsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apr.dsp') diff --git a/apr.dsp b/apr.dsp index 57bff7e1a..a67674148 100644 --- a/apr.dsp +++ b/apr.dsp @@ -41,7 +41,7 @@ RSC=rc.exe # 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 -- cgit v1.2.1